wok diff libffcall/receipt @ rev 25609
Update some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 20 14:03:05 2023 +0000 (18 months ago) |
parents | 83c8ab789fc1 |
children |
line diff
1.1 --- a/libffcall/receipt Wed Mar 16 10:31:26 2022 +0100 1.2 +++ b/libffcall/receipt Thu Jul 20 14:03:05 2023 +0000 1.3 @@ -18,7 +18,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 "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 1.10 } 1.11