wok diff ussp-push/receipt @ rev 25509

sgmixer: update wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 12 13:14:45 2023 +0000 (17 months ago)
parents 934055de50e2
children b81ceff0b056
line diff
     1.1 --- a/ussp-push/receipt	Wed Feb 16 21:07:01 2022 +0000
     1.2 +++ b/ussp-push/receipt	Sun Feb 12 13:14:45 2023 +0000
     1.3 @@ -7,8 +7,8 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WEB_SITE="http://xmailserver.org/ussp-push.html"
     1.8 -WGET_URL="http://xmailserver.org/$TARBALL"
     1.9 +WEB_SITE="https://web.archive.org/web/20210308071831/http://xmailserver.org/ussp-push.html"
    1.10 +WGET_URL="https://web.archive.org/web/20210114184133if_/http://www.xmailserver.org/$TARBALL"
    1.11  TAGS="bluetooth"
    1.12  
    1.13  DEPENDS="bluez openobex"
    1.14 @@ -17,7 +17,7 @@
    1.15  # What is the latest version available today?
    1.16  current_version()
    1.17  {
    1.18 -	wget -O - $WEB_SITE 2>/dev/null | \
    1.19 +	wget -O - http://xmailserver.org/ussp-push.html 2>/dev/null | \
    1.20  	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    1.21  }
    1.22