wok diff zile/receipt @ rev 25708
Add shrinkler
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 25 12:01:54 2024 +0000 (7 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 25 12:01:54 2024 +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