wok diff getmail/receipt @ rev 25067
updated alsa-plugins (1.1.5 -> 1.2.6)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 10 13:40:50 2022 +0100 (2022-06-10) |
parents | 22471cbea549 |
children |
line diff
1.1 --- a/getmail/receipt Thu May 19 17:04:56 2022 +0000 1.2 +++ b/getmail/receipt Fri Jun 10 13:40:50 2022 +0100 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="A simple mail retrieval agent intended as a replacement for fetchmail." 1.5 MAINTAINER="claudinei@slitaz.org" 1.6 LICENSE="GPL2" 1.7 -WEB_SITE="http://pyropus.ca/software/getmail" 1.8 +WEB_SITE="https://web.archive.org/web/20220520160205/https://pyropus.ca/software/getmail/" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WGET_URL="http://www.mirrorservice.org/pub/pkgsrc/distfiles/$TARBALL" 1.12 @@ -17,7 +17,7 @@ 1.13 # What is the latest version available today? 1.14 current_version() 1.15 { 1.16 - wget -O - $WEB_SITE 2>/dev/null | \ 1.17 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 1.18 sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 1.19 } 1.20