wok-6.x diff gtick/receipt @ rev 24547

updated findutils (4.7.0 -> 4.9.0)
author Hans-G?nter Theisgen
date Fri Feb 25 07:40:37 2022 +0100 (2022-02-25)
parents 736fd3dc85ec
children 83ab1229b305
line diff
     1.1 --- a/gtick/receipt	Sat Mar 09 13:45:19 2019 +0100
     1.2 +++ b/gtick/receipt	Fri Feb 25 07:40:37 2022 +0100
     1.3 @@ -14,6 +14,13 @@
     1.4  DEPENDS="gtk+ xorg-libXdamage libsndfile libogg"
     1.5  BUILD_DEPENDS="gtk+-dev pkg-config pulseaudio-dev xorg-xproto"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.11 +	sed "/$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s| rel.*||" | sort -Vr | sed q
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {