summaryrefslogtreecommitdiffstats
path: root/libraries/gupnp/gupnp.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-09-23 06:30:34 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-09-23 06:30:34 +0700
commit094f5b103785d0a984842c30ab7c21770e84ec71 (patch)
treee5950163212815393c01927f0d154cade7c82de0 /libraries/gupnp/gupnp.SlackBuild
parent9893dc0f7fa23337da55c79b114119e50d35a8e0 (diff)
downloadslackbuilds-094f5b103785d0a984842c30ab7c21770e84ec71.tar.gz
slackbuilds-094f5b103785d0a984842c30ab7c21770e84ec71.tar.xz
libraries/gupnp: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gupnp/gupnp.SlackBuild')
-rw-r--r--libraries/gupnp/gupnp.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/libraries/gupnp/gupnp.SlackBuild b/libraries/gupnp/gupnp.SlackBuild
index 8ddccdbed9..17e669240b 100644
--- a/libraries/gupnp/gupnp.SlackBuild
+++ b/libraries/gupnp/gupnp.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gupnp
-VERSION=${VERSION:-1.4.3}
+VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,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