diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-25 13:29:51 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:37 +0700 |
commit | d81b146d7d884c2a019e9afb2284a5c4fd871a0c (patch) | |
tree | 4fc617b4c45298f0ba27aee89bfdcf7e7fa58fc8 | |
parent | 63c0f8d3e150cd385055d1ed11094f29064c012a (diff) | |
download | slackbuilds-d81b146d7d884c2a019e9afb2284a5c4fd871a0c.tar.gz |
misc/vttest: Updated for version 2.7.20200920.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | misc/vttest/README | 13 | ||||
-rw-r--r-- | misc/vttest/vttest.SlackBuild | 3 | ||||
-rw-r--r-- | misc/vttest/vttest.info | 6 |
3 files changed, 12 insertions, 10 deletions
diff --git a/misc/vttest/README b/misc/vttest/README index 72e74ec08c..9008e02c80 100644 --- a/misc/vttest/README +++ b/misc/vttest/README @@ -1,10 +1,11 @@ vttest (terminal test program) -Vttest is a program designed to test the functionality of a VT100 terminal -(or emulator thereof). It tests both display (escape sequence handling) -and keyboard. +Vttest is a program designed to test the functionality of a VT100 +terminal (or emulator thereof). It tests both display (escape sequence +handling) and keyboard. -Additional tests (past version 1.7) are provided for analysis of vt220, -vt420 terminals, as well as variants of xterm. +Additional tests (past version 1.7) are provided for analysis of +vt220, vt420 terminals, as well as variants of xterm. -The program is menu-driven and contains full on-line operating instructions. +The program is menu-driven and contains full on-line operating +instructions. diff --git a/misc/vttest/vttest.SlackBuild b/misc/vttest/vttest.SlackBuild index 2f4413ce94..2c245dbebb 100644 --- a/misc/vttest/vttest.SlackBuild +++ b/misc/vttest/vttest.SlackBuild @@ -6,13 +6,14 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20201025 bkw: update for 2.7.20200920. # 20200316 bkw: update for 2.7.20200303. # 20191130 bkw: update for 2.7.20190710. # 20180920 bkw: update for 2.7.20180911 (whoops!). # 20180915 bkw: update for 2.7.20180811. PRGNAM=vttest -VERSION=${VERSION:-2.7.20200303} +VERSION=${VERSION:-2.7.20200920} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/misc/vttest/vttest.info b/misc/vttest/vttest.info index f4dbeb5931..a349c058fc 100644 --- a/misc/vttest/vttest.info +++ b/misc/vttest/vttest.info @@ -1,8 +1,8 @@ PRGNAM="vttest" -VERSION="2.7.20200303" +VERSION="2.7.20200920" HOMEPAGE="http://invisible-island.net/vttest/" -DOWNLOAD="ftp://ftp.invisible-island.net/vttest/vttest-20200303.tgz" -MD5SUM="20e78048920ae629b24110b405b2ba6f" +DOWNLOAD="ftp://ftp.invisible-island.net/vttest/vttest-20200920.tgz" +MD5SUM="9f53ad04cada5f949aca9ac04c8ff4f1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |