wok diff make/receipt @ rev 25696

created recipe for dool
author Hans-G?nter Theisgen
date Sat May 11 17:17:55 2024 +0100 (3 weeks ago)
parents 71360a13cd94
children
line diff
     1.1 --- a/make/receipt	Fri Jan 28 18:19:21 2022 +0000
     1.2 +++ b/make/receipt	Sat May 11 17:17:55 2024 +0100
     1.3 @@ -19,7 +19,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