network/deluge: Update for 2.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e670873682
commit
12204cfc81
|
@ -28,7 +28,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=deluge
|
PRGNAM=deluge
|
||||||
VERSION=${VERSION:-2.1.0}
|
VERSION=${VERSION:-2.1.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="deluge"
|
PRGNAM="deluge"
|
||||||
VERSION="2.1.0"
|
VERSION="2.1.1"
|
||||||
HOMEPAGE="https://www.deluge-torrent.org/"
|
HOMEPAGE="https://www.deluge-torrent.org/"
|
||||||
DOWNLOAD="https://ftp.osuosl.org/pub/deluge/source/2.1/deluge-2.1.0.tar.xz"
|
DOWNLOAD="https://ftp.osuosl.org/pub/deluge/source/2.1/deluge-2.1.1.tar.xz"
|
||||||
MD5SUM="3221f9d4ae3aeab99a88587e7f5eefb5"
|
MD5SUM="2f132a55217fd250967678c9a555bad5"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="rencode python3-twisted pyOpenSSL libtorrent-rasterbar"
|
REQUIRES="rencode python3-twisted pyOpenSSL libtorrent-rasterbar"
|
||||||
|
|
Loading…
Reference in New Issue