wok diff libcdio/receipt @ rev 25697

dool: reduced size of package
author Hans-G?nter Theisgen
date Sun May 12 07:10:04 2024 +0100 (4 months ago)
parents 71360a13cd94
children
line diff
     1.1 --- a/libcdio/receipt	Fri Jan 28 18:19:21 2022 +0000
     1.2 +++ b/libcdio/receipt	Sun May 12 07:10:04 2024 +0100
     1.3 @@ -17,7 +17,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 "/paranoia/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    1.10  }
    1.11