summaryrefslogtreecommitdiffstats
path: root/libraries/liburcu/liburcu.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-08-20 09:33:50 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-08-20 09:33:50 +0700
commit1197fe96c6407d435ed65a804c29159a3ed115cf (patch)
tree7f27fc1a1d468db9c5d3fc40716417cbaa8f0fed /libraries/liburcu/liburcu.SlackBuild
parentbd0f9a60d258929fb29f03d4f621738dae3803d9 (diff)
downloadslackbuilds-1197fe96c6407d435ed65a804c29159a3ed115cf.tar.gz
slackbuilds-1197fe96c6407d435ed65a804c29159a3ed115cf.tar.xz
libraries/liburcu: Updated for version 0.13.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/liburcu/liburcu.SlackBuild')
-rw-r--r--libraries/liburcu/liburcu.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/libraries/liburcu/liburcu.SlackBuild b/libraries/liburcu/liburcu.SlackBuild
index dd2ad788e0..0b6ab3f463 100644
--- a/libraries/liburcu/liburcu.SlackBuild
+++ b/libraries/liburcu/liburcu.SlackBuild
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=liburcu
-VERSION=${VERSION:-0.13.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.13.2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SRCNAM=userspace-rcu
@@ -39,9 +39,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