wok diff dos33fsprogs/receipt @ rev 24482

updated diffutils (3.7 -> 3.8)
author Hans-G?nter Theisgen
date Fri Feb 18 14:45:09 2022 +0100 (2022-02-18)
parents 5ea0ce1cecc0
children
line diff
     1.1 --- a/dos33fsprogs/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/dos33fsprogs/receipt	Fri Feb 18 14:45:09 2022 +0100
     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