wok diff at/receipt @ rev 25548
aaphoto: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 23 17:05:06 2023 +0000 (20 months ago) |
parents | 00e3b45c063b |
children |
line diff
1.1 --- a/at/receipt Sat May 07 11:09:47 2022 +0000 1.2 +++ b/at/receipt Thu Mar 23 17:05:06 2023 +0000 1.3 @@ -9,7 +9,8 @@ 1.4 WEB_SITE="https://packages.debian.org/lenny/at" 1.5 1.6 TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" 1.7 -WGET_URL="http://software.calhariz.com/at/$TARBALL" 1.8 +#WGET_URL="http://software.calhariz.com/at/$TARBALL" 1.9 +WGET_URL="http://sources.buildroot.net/at/$TARBALL" 1.10 1.11 DEPENDS="flex" 1.12 BUILD_DEPENDS="bison flex ssmtp" 1.13 @@ -17,7 +18,7 @@ 1.14 # What is the latest version available today? 1.15 current_version() 1.16 { 1.17 - wget -O - $(dirname $WGET_URL) 2>/dev/null | \ 1.18 + wget -O - http://software.calhariz.com/at/ 2>/dev/null | \ 1.19 sed "/${PACKAGE}_[0-9]/!d;/orig.tar/!d;s|.*${PACKAGE}_\\(.*\\).orig.tar.*\".*|\\1|" | sort -Vr | sed q 1.20 } 1.21