wok diff stunnel/receipt @ rev 25511
memtest: 386 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 13 17:17:56 2023 +0000 (21 months ago) |
parents | 83b97236db32 |
children | ba642f310677 |
line diff
1.1 --- a/stunnel/receipt Sat Feb 12 11:42:56 2022 +0000 1.2 +++ b/stunnel/receipt Mon Feb 13 17:17:56 2023 +0000 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="https://www.stunnel.org/" 1.5 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WGET_URL="${WEB_SITE}downloads/$TARBALL" 1.8 +WGET_URL="http://www.usenix.org.uk/mirrors/stunnel/archive/${VERSION%%.*}.x/$TARBALL" 1.9 1.10 DEPENDS="libssl" 1.11 BUILD_DEPENDS="libwrap-dev openssl-dev"