wok-6.x diff getmail/receipt @ rev 25339
updated sweethome3d (6.3 -> 7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jul 24 10:50:52 2022 +0100 (2022-07-24) |
parents | 22471cbea549 |
children |
line diff
1.1 --- a/getmail/receipt Thu May 19 17:04:56 2022 +0000 1.2 +++ b/getmail/receipt Sun Jul 24 10:50:52 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