summaryrefslogtreecommitdiffstats
path: root/misc/vttest/vttest.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/vttest/vttest.SlackBuild')
-rw-r--r--misc/vttest/vttest.SlackBuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/misc/vttest/vttest.SlackBuild b/misc/vttest/vttest.SlackBuild
index fd495d69ca..e2443ec8b4 100644
--- a/misc/vttest/vttest.SlackBuild
+++ b/misc/vttest/vttest.SlackBuild
@@ -2,10 +2,14 @@
# Slackware build script for vttest
-# Written by B. Watson (yalhcru@gmail.com)
+# Written by B. Watson (urchlay@slackware.uk)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20240314 bkw: update for 2.7.20240218.
+# 20231120 bkw: update for 2.7.20230924.
+# 20230908 bkw: update for 2.7.20230201.
+# 20230103 bkw: update for 2.7.20221229.
# 20210220 bkw: update for 2.7.20210210.
# 20201025 bkw: update for 2.7.20200920.
# 20200316 bkw: update for 2.7.20200303.
@@ -16,7 +20,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=vttest
-VERSION=${VERSION:-2.7.20210210}
+VERSION=${VERSION:-2.7.20240218}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -29,9 +33,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