summaryrefslogtreecommitdiffstats
path: root/multimedia/spot/spot.SlackBuild
diff options
context:
space:
mode:
author Julian Grinblat <julian@dotcore.co.il>2023-03-01 11:58:30 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-04 07:16:31 +0700
commit0435e76f20b1c38e02ce7aa6298fecee3d004b8f (patch)
treebaebfe6f1ca4e4489c623f8c97fc02ae117ae593 /multimedia/spot/spot.SlackBuild
parentabaad65b8f15c78a6a9c2ac3ac31c990e99c1ca6 (diff)
downloadslackbuilds-0435e76f20b1c38e02ce7aa6298fecee3d004b8f.tar.gz
slackbuilds-0435e76f20b1c38e02ce7aa6298fecee3d004b8f.tar.xz
multimedia/spot: Updated for version 0.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/spot/spot.SlackBuild')
-rw-r--r--multimedia/spot/spot.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/multimedia/spot/spot.SlackBuild b/multimedia/spot/spot.SlackBuild
index b6b6e4c367..5247d6c524 100644
--- a/multimedia/spot/spot.SlackBuild
+++ b/multimedia/spot/spot.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=spot
-VERSION=${VERSION:-0.3.3}
+VERSION=${VERSION:-0.4.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