summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author B. Watson2021-09-11 01:22:15 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:52:18 +0200
commitbb201ae903313eb81018f6f5081ed155602a4475 (patch)
tree376371427f19696df6445986929e04652cf707e5 /misc
parent2ee4992d41bc515403171f7bd198a6ecb70bde92 (diff)
downloadslackbuilds-bb201ae903313eb81018f6f5081ed155602a4475.tar.gz
misc/txt2regex: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/txt2regex/txt2regex.SlackBuild3
-rw-r--r--misc/txt2regex/txt2regex.info2
2 files changed, 1 insertions, 4 deletions
diff --git a/misc/txt2regex/txt2regex.SlackBuild b/misc/txt2regex/txt2regex.SlackBuild
index 6d7164854f..d89b765935 100644
--- a/misc/txt2regex/txt2regex.SlackBuild
+++ b/misc/txt2regex/txt2regex.SlackBuild
@@ -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
diff --git a/misc/txt2regex/txt2regex.info b/misc/txt2regex/txt2regex.info
index ff487ac5a3..de1d7c8e7f 100644
--- a/misc/txt2regex/txt2regex.info
+++ b/misc/txt2regex/txt2regex.info
@@ -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=""