diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-10 19:26:20 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:18 +0700 |
commit | 4c82c8a9b1a66e2bcc540d4fd194e75890fbb405 (patch) | |
tree | 995061a505612b17308e4a4ada1a5f16e2eac728 | |
parent | bb201ae903313eb81018f6f5081ed155602a4475 (diff) | |
download | slackbuilds-4c82c8a9b1a66e2bcc540d4fd194e75890fbb405.tar.gz |
misc/vttest: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | misc/vttest/vttest.SlackBuild | 3 | ||||
-rw-r--r-- | misc/vttest/vttest.info | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/misc/vttest/vttest.SlackBuild b/misc/vttest/vttest.SlackBuild index fd495d69ca..41a3a01347 100644 --- a/misc/vttest/vttest.SlackBuild +++ b/misc/vttest/vttest.SlackBuild @@ -29,9 +29,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/misc/vttest/vttest.info b/misc/vttest/vttest.info index 9f00527391..7c5fa4c0ab 100644 --- a/misc/vttest/vttest.info +++ b/misc/vttest/vttest.info @@ -1,7 +1,7 @@ PRGNAM="vttest" VERSION="2.7.20210210" -HOMEPAGE="http://invisible-island.net/vttest/" -DOWNLOAD="ftp://ftp.invisible-island.net/vttest/vttest-20210210.tgz" +HOMEPAGE="https://invisible-island.net/vttest/" +DOWNLOAD="https://invisible-mirror.net/archives/vttest/vttest-20210210.tgz" MD5SUM="21c7493640a7912ea746b3eb0689f2a7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |