wok diff units/receipt @ rev 25794
created recipe for exo-lang
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 23 16:19:52 2024 +0100 (4 weeks ago) |
parents | 82316779b3fb |
children |
line diff
1.1 --- a/units/receipt Sat Jul 30 17:32:11 2022 +0100 1.2 +++ b/units/receipt Wed Oct 23 16:19:52 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