wok diff babl/receipt @ rev 25608

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 20 09:05:42 2023 +0000 (11 months ago)
parents aba2c5ca9a66
children
line diff
     1.1 --- a/babl/receipt	Sun Mar 13 15:13:28 2022 +0000
     1.2 +++ b/babl/receipt	Thu Jul 20 09:05:42 2023 +0000
     1.3 @@ -20,7 +20,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;s|.*href=.\\(.*\\)/.*\".*|https://download.gimp.org/pub/$PACKAGE/\\1|" | \
     1.8 +	sed "/latest/d;/arent dir/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  }