wok diff scrot/receipt @ rev 24535

Add some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 23 11:49:52 2022 +0000 (2022-02-23)
parents a8e75e9bae6c
children 1805f71c5d9f
line diff
     1.1 --- a/scrot/receipt	Wed Jul 06 16:30:34 2016 +0200
     1.2 +++ b/scrot/receipt	Wed Feb 23 11:49:52 2022 +0000
     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  {