summaryrefslogtreecommitdiff
path: root/network/deluge/deluge.SlackBuild
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2022-07-04 15:32:26 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-09 10:06:15 +0700
commit35d0072640dad20797f2c67796df31eb7c6b29f4 (patch)
tree9563f56717805a064378e8ce03c1460f9bea8cfe /network/deluge/deluge.SlackBuild
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>
Diffstat (limited to 'network/deluge/deluge.SlackBuild')
-rw-r--r--network/deluge/deluge.SlackBuild5
1 files changed, 1 insertions, 4 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