wok diff gimp/receipt @ rev 25611

Add zx0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 01 18:37:27 2023 +0000 (14 months ago)
parents bd7510903310
children
line diff
     1.1 --- a/gimp/receipt	Sun May 01 08:42:44 2022 +0000
     1.2 +++ b/gimp/receipt	Tue Aug 01 18:37:27 2023 +0000
     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  }