summaryrefslogtreecommitdiffstats
path: root/libraries/libslack/libslack.SlackBuild
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@linux.com>2023-03-17 18:02:56 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-18 09:50:20 +0700
commit4d545775823373219c12d371c7d356c99a7548f2 (patch)
tree6c64eb995ece084dfaf3e368ba7e34c6295248b0 /libraries/libslack/libslack.SlackBuild
parente20125948a24edec714d2b0e68d914aa2b8a7e78 (diff)
downloadslackbuilds-4d545775823373219c12d371c7d356c99a7548f2.tar.gz
slackbuilds-4d545775823373219c12d371c7d356c99a7548f2.tar.xz
libraries/libslack: Updated for version 0.7.2
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libslack/libslack.SlackBuild')
-rw-r--r--libraries/libslack/libslack.SlackBuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/libraries/libslack/libslack.SlackBuild b/libraries/libslack/libslack.SlackBuild
index 006398f01c..50ef43e1f8 100644
--- a/libraries/libslack/libslack.SlackBuild
+++ b/libraries/libslack/libslack.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libslack
-# Copyright 2012-2021 Christoph Willing, Australia
+# Copyright 2012-2023 Christoph Willing, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libslack
-VERSION=${VERSION:-0.7.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.7.2}
+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