wok 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 | 19fff4ad1644 |
children | 50e162af45ee |
files | duplicity/receipt libqwt6-qt4-dev/receipt libqwt6-qt4/receipt perl-exporter-tiny/receipt |
line diff
1.1 --- a/duplicity/receipt Fri Oct 07 10:48:59 2022 +0000 1.2 +++ b/duplicity/receipt Sat Oct 08 08:40:19 2022 +0000 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="https://nongnu.org/duplicity/" 1.5 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WGET_URL="https://code.launchpad.net/$PACKAGE/${VERSION%.*}-series/$VERSION/+download/$TARBALL" 1.8 +WGET_URL="https://ftp.cc.uoc.gr/mirrors/nongnu.org/$PACKAGE/$TARBALL" 1.9 1.10 DEPENDS="cryptopp gnupg lftp librsync paramiko py3k" 1.11 BUILD_DEPENDS="librsync py3k py3k-dev python-setuptools"
2.1 --- a/libqwt6-qt4-dev/receipt Fri Oct 07 10:48:59 2022 +0000 2.2 +++ b/libqwt6-qt4-dev/receipt Sat Oct 08 08:40:19 2022 +0000 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="Lib Qt Widgets for Technical applications" 2.5 MAINTAINER="slitaz@objectif-securite.ch" 2.6 LICENSE="LGPL2.1" 2.7 -WEB_SITE="https://qwt.sourceforge.net" 2.8 +WEB_SITE="https://qwt.sourceforge.io/" 2.9 WANTED="libqwt6-qt4" 2.10 2.11 DEPENDS="qt-x11-opensource-src libqwt6-qt4"
3.1 --- a/libqwt6-qt4/receipt Fri Oct 07 10:48:59 2022 +0000 3.2 +++ b/libqwt6-qt4/receipt Sat Oct 08 08:40:19 2022 +0000 3.3 @@ -8,7 +8,7 @@ 3.4 LICENSE="LGPL2.1" 3.5 SOURCE="qwt" 3.6 TARBALL="$SOURCE-$VERSION.tar.bz2" 3.7 -WEB_SITE="https://qwt.sourceforge.net" 3.8 +WEB_SITE="https://qwt.sourceforge.io/" 3.9 #WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 3.10 WGET_URL="http://ufpr.dl.sourceforge.net/project/qwt/qwt/$VERSION/$TARBALL" 3.11
4.1 --- a/perl-exporter-tiny/receipt Fri Oct 07 10:48:59 2022 +0000 4.2 +++ b/perl-exporter-tiny/receipt Sat Oct 08 08:40:19 2022 +0000 4.3 @@ -11,11 +11,12 @@ 4.4 4.5 SOURCE="Exporter-Tiny" 4.6 TARBALL="$SOURCE-$VERSION.tar.gz" 4.7 -WGET_URL="https://www.cpan.org/modules/by-module/Exporter/$TARBALL" 4.8 +WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/$TARBALL" 4.9 4.10 DEPENDS="perl" 4.11 BUILD_DEPENDS="$DEPENDS" 4.12 4.13 +# What is the latest version available today? 4.14 current_version() 4.15 { 4.16 wget -O - $WEB_SITE 2>/dev/null | \