mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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>
This commit is contained in:
parent
09245a5f45
commit
53add16103
2 changed files with 5 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue