wok diff python-babel/receipt @ rev 25540
Update some web_site/wget_url with https
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 09 18:12:54 2023 +0000 (2023-03-09) |
parents | 241fb98cab1c |
children | 4494a10c0027 |
line diff
1.1 --- a/python-babel/receipt Tue Feb 15 18:29:48 2022 +0000 1.2 +++ b/python-babel/receipt Thu Mar 09 18:12:54 2023 +0000 1.3 @@ -6,8 +6,8 @@ 1.4 LICENSE="BSD" 1.5 SOURCE="Babel" 1.6 TARBALL="$SOURCE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://babel.edgewall.org/" 1.8 -WGET_URL="http://ftp.edgewall.com/pub/babel/$TARBALL" 1.9 +WEB_SITE="https://babel.edgewall.org/" 1.10 +WGET_URL="https://ftp.edgewall.com/pub/babel/$TARBALL" 1.11 1.12 DEPENDS="python" 1.13 BUILD_DEPENDS="python python-dev python-setuptools"