wok-6.x diff dos33fsprogs/receipt @ rev 25535
updated imlib2 and imlib2-dev 1.8.0 -> 1.10.0
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 02 09:40:16 2023 +0100 (20 months ago) |
parents | 5ea0ce1cecc0 |
children |
line diff
1.1 --- a/dos33fsprogs/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/dos33fsprogs/receipt Thu Mar 02 09:40:16 2023 +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