diff options
author | B. Watson <urchlay@slackware.uk> | 2023-11-20 16:03:58 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-25 22:12:45 +0700 |
commit | 53add16103b51aeb0dc24d94718029fe3bfe4be7 (patch) | |
tree | 5542084188d40c9b4a812efe1cb9ff161aa5b6f8 /misc | |
parent | 09245a5f45a6424cb1dc38d5da0fb98986ca9cd1 (diff) |
misc/vttest: Updated for version 2.7.20230924.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-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 93afa08221cc..4382c08670c6 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. +# 20231120 bkw: update for 2.7.20230924. # 20230908 bkw: update for 2.7.20230201. # 20230103 bkw: update for 2.7.20221229. # 20210220 bkw: update for 2.7.20210210. @@ -18,7 +19,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vttest -VERSION=${VERSION:-2.7.20230201} +VERSION=${VERSION:-2.7.20230924} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/misc/vttest/vttest.info b/misc/vttest/vttest.info index 27fb6c56119b..b702c2378180 100644 --- a/misc/vttest/vttest.info +++ b/misc/vttest/vttest.info @@ -1,8 +1,8 @@ PRGNAM="vttest" -VERSION="2.7.20230201" +VERSION="2.7.20230924" HOMEPAGE="https://invisible-island.net/vttest/" -DOWNLOAD="https://invisible-mirror.net/archives/vttest/vttest-20230201.tgz" -MD5SUM="2c06d23fc8516f01271fbf1b990084bc" +DOWNLOAD="https://invisible-mirror.net/archives/vttest/vttest-20230924.tgz" +MD5SUM="f285070a93090a916458a88281a3d6ee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |