wok-current diff tidy/receipt @ rev 25361
sshrc: typo in wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 27 16:25:20 2022 +0000 (2022-07-27) |
parents | 922f061231c2 |
children | 7dd01dedad38 |
line diff
1.1 --- a/tidy/receipt Mon Jan 17 11:01:52 2022 +0000 1.2 +++ b/tidy/receipt Wed Jul 27 16:25:20 2022 +0000 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="MIT" 1.5 WEB_SITE="http://tidy.sourceforge.net/" 1.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.7 -WGET_URL="http://anduin.linuxfromscratch.org/sources/BLFS/svn/t/$TARBALL" 1.8 +WGET_URL="https://anduin.linuxfromscratch.org/sources/BLFS/svn/t/$TARBALL" 1.9 1.10 DEPENDS="glibc-base" 1.11 BUILD_DEPENDS="file"