wok diff indent/receipt @ rev 25668
Up git (2.44.0), glances (3.4.0.3), glpi (0.0.12), gmp (6.3.0), gnutls (3.8.3), hdf5 (1.14.3), jpeg (9f)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 25 15:02:28 2024 +0000 (9 months ago) |
parents | 71360a13cd94 |
children |
line diff
1.1 --- a/indent/receipt Fri Jan 28 18:19:21 2022 +0000 1.2 +++ b/indent/receipt Sun Feb 25 15:02:28 2024 +0000 1.3 @@ -16,7 +16,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