diff options
-rw-r--r-- | misc/vttest/vttest.SlackBuild | 3 | ||||
-rw-r--r-- | misc/vttest/vttest.info | 6 |
2 files changed, 5 insertions, 4 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} diff --git a/misc/vttest/vttest.info b/misc/vttest/vttest.info index 9d9f5c2a2a6ae..f3f469a384602 100644 --- a/misc/vttest/vttest.info +++ b/misc/vttest/vttest.info @@ -1,8 +1,8 @@ PRGNAM="vttest" -VERSION="2.7.20210210" +VERSION="2.7.20221229" HOMEPAGE="https://invisible-island.net/vttest/" -DOWNLOAD="https://invisible-mirror.net/archives/vttest/vttest-20210210.tgz" -MD5SUM="21c7493640a7912ea746b3eb0689f2a7" +DOWNLOAD="https://invisible-mirror.net/archives/vttest/vttest-20221229.tgz" +MD5SUM="e0f7c371fadaeaa87bf96c77e1edbb8b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |