wok diff cowpatty/receipt @ rev 25471
duplicity: update wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 08 08:40:19 2022 +0000 (2022-10-08) |
parents | b569b85b0fb9 |
children |
line diff
1.1 --- a/cowpatty/receipt Mon Jan 17 18:18:17 2022 +0000 1.2 +++ b/cowpatty/receipt Sat Oct 08 08:40:19 2022 +0000 1.3 @@ -10,7 +10,7 @@ 1.4 1.5 TARBALL="$PACKAGE-$VERSION.tgz" 1.6 #WGET_URL="http://www.willhackforsushi.com/code/$PACKAGE/$VERSION/$TARBALL" 1.7 -WGET_URL="https://github.com/joswr1ght/$PACKAGE/$VERSION/$TARBALL" 1.8 +WGET_URL="https://github.com/joswr1ght/$PACKAGE/releases/download/$VERSION/$TARBALL" 1.9 1.10 DEPENDS="openssl libpcap" 1.11 BUILD_DEPENDS="openssl-dev libpcap-dev"