diff options
Diffstat (limited to 'misc/vttest')
-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 e574998e0bea..93afa08221cc 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. +# 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. @@ -17,7 +18,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vttest -VERSION=${VERSION:-2.7.20221229} +VERSION=${VERSION:-2.7.20230201} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/misc/vttest/vttest.info b/misc/vttest/vttest.info index f3f469a38460..27fb6c56119b 100644 --- a/misc/vttest/vttest.info +++ b/misc/vttest/vttest.info @@ -1,8 +1,8 @@ PRGNAM="vttest" -VERSION="2.7.20221229" +VERSION="2.7.20230201" HOMEPAGE="https://invisible-island.net/vttest/" -DOWNLOAD="https://invisible-mirror.net/archives/vttest/vttest-20221229.tgz" -MD5SUM="e0f7c371fadaeaa87bf96c77e1edbb8b" +DOWNLOAD="https://invisible-mirror.net/archives/vttest/vttest-20230201.tgz" +MD5SUM="2c06d23fc8516f01271fbf1b990084bc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |