diff options
-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="" |