development/mawk: Remove template comment.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2021-09-05 14:04:33 -04:00 committed by Willy Sudiarto Raharjo
parent e78263ab91
commit 4bf8251ac9
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 1 additions and 4 deletions

View File

@ -27,9 +27,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

View File

@ -1,7 +1,7 @@
PRGNAM="mawk"
VERSION="1.3.4_20200120"
HOMEPAGE="http://invisible-island.net/mawk/mawk.html"
DOWNLOAD="ftp://ftp.invisible-island.net/mawk/mawk-1.3.4-20200120.tgz"
DOWNLOAD="https://invisible-mirror.net/archives/mawk/mawk-1.3.4-20200120.tgz"
MD5SUM="d48752f402d7371d9eb5f68de3da05d4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""