diff options
author | B. Watson <urchlay@slackware.uk> | 2024-08-08 15:37:30 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-10 08:21:19 +0700 |
commit | 23d76331719bc00c7e808e9823e8854494f89efe (patch) | |
tree | 8f22ba1fd4269b3f2910f2ee34c75c08df91576d /misc | |
parent | 8617afff265b076b28d1f9b3b1e35a3db50f9d19 (diff) |
misc/vttest: Updated for version 2.7.20240708.
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 e2443ec8b49d..450228bd9372 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. +# 20240808 bkw: update for 2.7.20240708. # 20240314 bkw: update for 2.7.20240218. # 20231120 bkw: update for 2.7.20230924. # 20230908 bkw: update for 2.7.20230201. @@ -20,7 +21,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vttest -VERSION=${VERSION:-2.7.20240218} +VERSION=${VERSION:-2.7.20240708} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/misc/vttest/vttest.info b/misc/vttest/vttest.info index 661cc3ac47cd..3ff55f6c50fc 100644 --- a/misc/vttest/vttest.info +++ b/misc/vttest/vttest.info @@ -1,8 +1,8 @@ PRGNAM="vttest" -VERSION="2.7.20240218" +VERSION="2.7.20240708" HOMEPAGE="https://invisible-island.net/vttest/" -DOWNLOAD="https://invisible-mirror.net/archives/vttest/vttest-20240218.tgz" -MD5SUM="1e1cbd3619feb138c5c8faa8ebc599d7" +DOWNLOAD="https://invisible-mirror.net/archives/vttest/vttest-20240708.tgz" +MD5SUM="d4e89194b3635eb4c19dea7563909af7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |