misc/txt2regex: 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-10 19:22:15 -04:00 committed by Willy Sudiarto Raharjo
parent 2ee4992d41
commit bb201ae903
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 1 additions and 4 deletions

View file

@ -15,9 +15,6 @@ TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
# 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,6 +1,6 @@
PRGNAM="txt2regex"
VERSION="0.9"
HOMEPAGE="http://aurelio.net/projects/txt2regex/"
HOMEPAGE="https://aurelio.net/projects/txt2regex/"
DOWNLOAD="https://github.com/aureliojargas/txt2regex/archive/v0.9/txt2regex-0.9.tar.gz"
MD5SUM="7066adc50e55300f5bcad276cf65b852"
DOWNLOAD_x86_64=""