diff options
author | B. Watson <urchlay@slackware.uk> | 2024-03-14 15:17:07 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-16 10:22:22 +0700 |
commit | 6bea0f28ae1c0005ef5ee27e260de30de029cf15 (patch) | |
tree | 70decb0283ee263cd642cdb6a29ff3885eb52f14 /misc/vttest | |
parent | 65671e8779e3edcc67a3f0e5ced1a6f7348d356a (diff) |
misc/vttest: Updated for version 2.7.20240218.
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 4382c08670c6..e2443ec8b49d 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. +# 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. @@ -19,7 +20,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vttest -VERSION=${VERSION:-2.7.20230924} +VERSION=${VERSION:-2.7.20240218} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/misc/vttest/vttest.info b/misc/vttest/vttest.info index b702c2378180..661cc3ac47cd 100644 --- a/misc/vttest/vttest.info +++ b/misc/vttest/vttest.info @@ -1,8 +1,8 @@ PRGNAM="vttest" -VERSION="2.7.20230924" +VERSION="2.7.20240218" HOMEPAGE="https://invisible-island.net/vttest/" -DOWNLOAD="https://invisible-mirror.net/archives/vttest/vttest-20230924.tgz" -MD5SUM="f285070a93090a916458a88281a3d6ee" +DOWNLOAD="https://invisible-mirror.net/archives/vttest/vttest-20240218.tgz" +MD5SUM="1e1cbd3619feb138c5c8faa8ebc599d7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |