diff options
Diffstat (limited to 'development/xtruss/xtruss.SlackBuild')
-rw-r--r-- | development/xtruss/xtruss.SlackBuild | 8 |
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 |