wok-current rev 24994
Update some wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 15 20:25:22 2022 +0000 (2022-05-15) |
parents | 3c87910e2ece |
children | 3d13c41224cd |
files | balance/receipt diffuse/receipt itstool/receipt libburn/receipt libisofs/receipt python-smbus/receipt |
line diff
1.1 --- a/balance/receipt Sat May 14 21:35:56 2022 +0000 1.2 +++ b/balance/receipt Sun May 15 20:25:22 2022 +0000 1.3 @@ -9,8 +9,8 @@ 1.4 LICENSE="GPL2" 1.5 WEB_SITE="https://www.inlab.net/balance/" 1.6 1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.8 -WGET_URL="https://www.inlab.net/wp-content/uploads/2018/05/$TARBALL" 1.9 +TARBALL="$PACKAGE-$VERSION.tar" 1.10 +WGET_URL="https://download.inlab.net/Balance/$VERSION/$TARBALL" 1.11 1.12 # What is the latest version available today? 1.13 current_version()
2.1 --- a/diffuse/receipt Sat May 14 21:35:56 2022 +0000 2.2 +++ b/diffuse/receipt Sun May 15 20:25:22 2022 +0000 2.3 @@ -8,8 +8,8 @@ 2.4 LICENSE="GPLv2+" 2.5 WEB_SITE="https://sourceforge.net/projects/diffuse/" 2.6 2.7 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.8 -WGET_URL="${WEB_SITE}files/$PACKAGE/$VERSION/$TARBALL" 2.9 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.10 +WGET_URL="https://github.com/MightyCreak/diffuse/archive/refs/tags/v$VERSION.tar.gz" 2.11 2.12 DEPENDS="python pygtk" 2.13 BUILD_DEPENDS="python"
3.1 --- a/itstool/receipt Sat May 14 21:35:56 2022 +0000 3.2 +++ b/itstool/receipt Sun May 15 20:25:22 2022 +0000 3.3 @@ -9,7 +9,7 @@ 3.4 WEB_SITE="https://itstool.org/" 3.5 3.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.7 -WGET_URL="http://files.itstool.org/$PACKAGE/$TARBALL" 3.8 +WGET_URL="https://files.itstool.org/$PACKAGE/$TARBALL" 3.9 3.10 DEPENDS="libxml2-python python" 3.11 BUILD_DEPENDS="libxml2-python"
4.1 --- a/libburn/receipt Sat May 14 21:35:56 2022 +0000 4.2 +++ b/libburn/receipt Sun May 15 20:25:22 2022 +0000 4.3 @@ -9,7 +9,7 @@ 4.4 WEB_SITE="https://dev.lovelyhq.com/libburnia/web/wiki" 4.5 4.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.7 -WGET_URL="http://files.libburnia-project.org/releases/$TARBALL" 4.8 +WGET_URL="https://files.libburnia-project.org/releases/$TARBALL" 4.9 4.10 # What is the latest version available today? 4.11 current_version()
5.1 --- a/libisofs/receipt Sat May 14 21:35:56 2022 +0000 5.2 +++ b/libisofs/receipt Sun May 15 20:25:22 2022 +0000 5.3 @@ -9,7 +9,7 @@ 5.4 WEB_SITE="https://dev.lovelyhq.com/libburnia/libisofs" 5.5 5.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.7 -WGET_URL="http://files.libburnia-project.org/releases/$TARBALL" 5.8 +WGET_URL="https://files.libburnia-project.org/releases/$TARBALL" 5.9 5.10 # What is the latest version available today? 5.11 current_version()
6.1 --- a/python-smbus/receipt Sat May 14 21:35:56 2022 +0000 6.2 +++ b/python-smbus/receipt Sun May 15 20:25:22 2022 +0000 6.3 @@ -7,9 +7,9 @@ 6.4 MAINTAINER="pankso@slitaz.org" 6.5 LICENSE="GPL2" 6.6 SOURCE="i2c-tools" 6.7 -TARBALL="$SOURCE-$VERSION.tar.bz2" 6.8 +TARBALL="$SOURCE-$VERSION.tar.xz" 6.9 WEB_SITE="https://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git/about/" 6.10 -WGET_URL="http://dl.lm-sensors.org/$SOURCE/releases/$TARBALL" 6.11 +WGET_URL="https://mirrors.edge.kernel.org/pub/software/utils/$SOURCE/$TARBALL" 6.12 TAGS="python" 6.13 HOST_ARCH="i486 arm" 6.14