diff options
author | Logan Rathbone <poprocks@gmail.com> | 2022-07-04 15:32:26 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-09 10:06:15 +0700 |
commit | 35d0072640dad20797f2c67796df31eb7c6b29f4 (patch) | |
tree | 9563f56717805a064378e8ce03c1460f9bea8cfe | |
parent | b3f10415d76c69f2c5711b86ac3f082764172727 (diff) |
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.SlackBuild | 5 | ||||
-rw-r--r-- | network/deluge/deluge.info | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/network/deluge/deluge.SlackBuild b/network/deluge/deluge.SlackBuild index 4d851d3f9e761..a492c0d7d7f9a 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 da9f59bfece72..0cea330b1c014 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" |