7f5bdead21
Bump the version of all old packages that contained a control.tar.gz file - as of now only control.tar.xz is used. See #1398.
9 lines
531 B
Bash
Executable File
9 lines
531 B
Bash
Executable File
TERMUX_PKG_HOMEPAGE=http://invisible-island.net/vttest/
|
|
TERMUX_PKG_DESCRIPTION="Program for testing the VT100 compatibility of terminal emulators"
|
|
TERMUX_PKG_VERSION=20140305
|
|
TERMUX_PKG_REVISION=1
|
|
# vttest does not use a version in the tar URL, but we will detect an update when TERMUX_PKG_FOLDERNAME no longer matches
|
|
TERMUX_PKG_SRCURL=http://invisible-island.net/datafiles/release/vttest.tar.gz
|
|
TERMUX_PKG_SHA256=0168aa34061d4470a68b0dd0781a2a9e2bbfb1493e540c99f615b867a11cbf83
|
|
TERMUX_PKG_FOLDERNAME=vttest-${TERMUX_PKG_VERSION}
|