summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Logan Rathbone2022-07-04 21:32:26 +0200
committer Willy Sudiarto Raharjo2022-07-09 05:06:15 +0200
commit35d0072640dad20797f2c67796df31eb7c6b29f4 (patch)
tree9563f56717805a064378e8ce03c1460f9bea8cfe
parentb3f10415d76c69f2c5711b86ac3f082764172727 (diff)
downloadslackbuilds-35d0072640dad20797f2c67796df31eb7c6b29f4.tar.gz
network/deluge: Updated for version 2.1.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/deluge/deluge.SlackBuild5
-rw-r--r--network/deluge/deluge.info6
2 files changed, 4 insertions, 7 deletions
diff --git a/network/deluge/deluge.SlackBuild b/network/deluge/deluge.SlackBuild
index 4d851d3f9e..a492c0d7d7 100644
--- a/network/deluge/deluge.SlackBuild
+++ b/network/deluge/deluge.SlackBuild
@@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=deluge
-VERSION=${VERSION:-2.0.5}
+VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/network/deluge/deluge.info b/network/deluge/deluge.info
index da9f59bfec..0cea330b1c 100644
--- a/network/deluge/deluge.info
+++ b/network/deluge/deluge.info
@@ -1,8 +1,8 @@
PRGNAM="deluge"
-VERSION="2.0.5"
+VERSION="2.1.0"
HOMEPAGE="https://www.deluge-torrent.org/"
-DOWNLOAD="https://ftp.osuosl.org/pub/deluge/source/2.0/deluge-2.0.5.tar.xz"
-MD5SUM="fe61433c7feecc44b899efac1a418908"
+DOWNLOAD="https://ftp.osuosl.org/pub/deluge/source/2.1/deluge-2.1.0.tar.xz"
+MD5SUM="3221f9d4ae3aeab99a88587e7f5eefb5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rencode python3-twisted pyOpenSSL libtorrent-rasterbar"