network/deluge: Update for 2.1.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Logan Rathbone 2022-07-18 16:54:42 -04:00 committed by Willy Sudiarto Raharjo
parent e670873682
commit 12204cfc81
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=deluge
VERSION=${VERSION:-2.1.0}
VERSION=${VERSION:-2.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="deluge"
VERSION="2.1.0"
VERSION="2.1.1"
HOMEPAGE="https://www.deluge-torrent.org/"
DOWNLOAD="https://ftp.osuosl.org/pub/deluge/source/2.1/deluge-2.1.0.tar.xz"
MD5SUM="3221f9d4ae3aeab99a88587e7f5eefb5"
DOWNLOAD="https://ftp.osuosl.org/pub/deluge/source/2.1/deluge-2.1.1.tar.xz"
MD5SUM="2f132a55217fd250967678c9a555bad5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rencode python3-twisted pyOpenSSL libtorrent-rasterbar"