wok-current diff scrot/receipt @ rev 24885
updated mcabber (0.9.10 -> 1.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 01 07:52:41 2022 +0100 (2022-04-01) |
parents | a8e75e9bae6c |
children | 1805f71c5d9f |
line diff
1.1 --- a/scrot/receipt Wed Jul 06 16:30:34 2016 +0200 1.2 +++ b/scrot/receipt Fri Apr 01 07:52:41 2022 +0100 1.3 @@ -14,6 +14,14 @@ 1.4 xorg-libXau xorg-libXdmcp xorg-libXext zlib" 1.5 BUILD_DEPENDS="patch giblib-dev imlib2-dev xorg-libX11-dev" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + # https://github.com/resurrecting-open-source-projects/scrot/releases 1.11 + wget -O - https://github.com/dreamer/scrot/releases 2>/dev/null | \ 1.12 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 1.13 +} 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 {