diff options
Diffstat (limited to 'misc/vttest/vttest.SlackBuild')
-rw-r--r-- | misc/vttest/vttest.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/vttest/vttest.SlackBuild b/misc/vttest/vttest.SlackBuild index 8f95f288bafdb..e574998e0bea7 100644 --- a/misc/vttest/vttest.SlackBuild +++ b/misc/vttest/vttest.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 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 +17,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vttest -VERSION=${VERSION:-2.7.20210210} +VERSION=${VERSION:-2.7.20221229} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |