wok diff zile/receipt @ rev 25609

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 20 14:03:05 2023 +0000 (11 months ago)
parents 922f061231c2
children
line diff
     1.1 --- a/zile/receipt	Mon Jan 17 11:01:52 2022 +0000
     1.2 +++ b/zile/receipt	Thu Jul 20 14:03:05 2023 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
     1.8 +	wget -O - https://ftp.gnu.org/gnu/$PACKAGE/ 2>/dev/null | \
     1.9  	sed "/$PACKAGE-/!d;s|.*$PACKAGE-||;s|.tar.*||" | tail -n1
    1.10  }
    1.11