wok diff a2ps/receipt @ rev 25726
renamed xfce4-ristretto to ristretto
author | Hans-G?nter Theisgen |
---|---|
date | Sat Aug 17 17:30:48 2024 +0100 (2 months ago) |
parents | 241fb98cab1c |
children |
line diff
1.1 --- a/a2ps/receipt Tue Feb 15 18:29:48 2022 +0000 1.2 +++ b/a2ps/receipt Sat Aug 17 17:30:48 2024 +0100 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-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q 1.10 } 1.11