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