aboutsummaryrefslogtreecommitdiff
path: root/development/xtruss/xtruss.SlackBuild
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-09-07 14:58:28 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:52:02 +0700
commit776e5a1fce30b0527a4761762d04e52aa3eb1426 (patch)
tree692d9d86795f2461c53fd8c8ba82c82602f3431d /development/xtruss/xtruss.SlackBuild
parentcab2ab8f97f77a3baa1cbdca3c484e5713411b69 (diff)
development/xtruss: Updated for version 20210225.2addd50.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/xtruss/xtruss.SlackBuild')
-rw-r--r--development/xtruss/xtruss.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/development/xtruss/xtruss.SlackBuild b/development/xtruss/xtruss.SlackBuild
index 288f7ed52c98f..f3ed5bd231d6d 100644
--- a/development/xtruss/xtruss.SlackBuild
+++ b/development/xtruss/xtruss.SlackBuild
@@ -7,6 +7,9 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20210907 bkw:
+# - update for v20210225.2addd50
+
# 20201102 bkw:
# - update for v20200918.a94a153
# - switch to self-hosted source, as upstream disappears the old source
@@ -15,7 +18,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xtruss
-VERSION=${VERSION:-20200918.a94a153}
+VERSION=${VERSION:-20210225.2addd50}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -28,9 +31,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