diff options
author | B. Watson <urchlay@slackware.uk> | 2023-09-08 14:23:25 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:35 +0700 |
commit | a02a056af8b9ef8f505e6e54eff8a5fa515dc78e (patch) | |
tree | 4d5041d14e87ea93d52c1c4487b31d6d4267f9ab /misc/vttest | |
parent | c447f6e61680073e3b752b4e29c1f2dc2ff577d7 (diff) |
misc/vttest: Updated for version 2.7.20230201.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 e574998e0bea7..93afa08221cc2 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 f3f469a384602..27fb6c56119b2 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="" |