wok diff gimp/receipt @ rev 25696

created recipe for dool
author Hans-G?nter Theisgen
date Sat May 11 17:17:55 2024 +0100 (7 weeks ago)
parents bd7510903310
children
line diff
     1.1 --- a/gimp/receipt	Sun May 01 08:42:44 2022 +0000
     1.2 +++ b/gimp/receipt	Sat May 11 17:17:55 2024 +0100
     1.3 @@ -22,7 +22,7 @@
     1.4  current_version()
     1.5  {
     1.6  	wget -O - https://download.gimp.org/pub/$PACKAGE/ 2>/dev/null | \
     1.7 -	sed "/latest/d;/\[DIR/!d;/v[0-9]/!d;s|.*href=.\\(.*\\)/.*\".*|https://download.gimp.org/pub/$PACKAGE/\\1|" | \
     1.8 +	sed "/v[0-9]/!d;/>-</!d;s|.*href=.\\(.*\\)/\".*|https://download.gimp.org/pub/$PACKAGE/\\1|" | \
     1.9  	sort -Vr | sed q | xargs wget -O - 2>/dev/null | \
    1.10  	sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    1.11  }