wok-current diff deluge/receipt @ rev 25685
Add checkspace / fetchall feature for tazpkg
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Mar 14 20:28:39 2024 +0000 (8 months ago) |
parents | 00e3b45c063b |
children |
line diff
1.1 --- a/deluge/receipt Sat May 07 11:09:47 2022 +0000 1.2 +++ b/deluge/receipt Thu Mar 14 20:28:39 2024 +0000 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="https://deluge-torrent.org/" 1.5 1.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.7 -WGET_URL="http://download.deluge-torrent.org/${VERSION%.*}/source/$TARBALL" 1.8 +WGET_URL="https://ftp.osuosl.org/pub/deluge/source/${VERSION%.*}/$TARBALL" 1.9 1.10 DEPENDS="libtorrent-rasterbar pyopenssl python-chardet python-xdg \ 1.11 twisted xdg-utils pygtk python-six"