wok diff dos33fsprogs/receipt @ rev 24974

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 02 11:23:24 2022 +0000 (2022-05-02)
parents 5ea0ce1cecc0
children
line diff
     1.1 --- a/dos33fsprogs/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/dos33fsprogs/receipt	Mon May 02 11:23:24 2022 +0000
     1.3 @@ -10,11 +10,11 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.deater.net/weave/vmwprod/apple/dos33fs.html"
     1.6  #WGET_URL="https://github.com/peterferrie/dos33fsprogs/archive/$VERSION.tar.gz"
     1.7 -WGET_URL="https://github.com/deater/dos33fsprogs/archive/ootw-v2.8.tar.gz"
     1.8 +WGET_URL="https://github.com/deater/dos33fsprogs/archive/$VERSION.tar.gz"
     1.9  
    1.10  current_version()
    1.11  {
    1.12 -	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    1.13 +	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
    1.14  	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
    1.15  }
    1.16