wok diff screen/receipt @ rev 25633

wbar: remove imlib2-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 24 10:30:04 2023 +0000 (9 months ago)
parents 3110e5023d97
children 6acd28d149b8
line diff
     1.1 --- a/screen/receipt	Tue Jul 19 17:34:06 2022 +0100
     1.2 +++ b/screen/receipt	Sun Dec 24 10:30:04 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 "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    1.10  }
    1.11