summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2021-08-24 19:45:11 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:51:38 +0200
commit38f5e13bd18401d8e160feca2f693d3f1618474e (patch)
tree27da03d2f7c0d6d8a0ac9dcf5aed26b69b4fa28b
parentb9eb07121a0275f88aa29650c3fa13aedfeaebe7 (diff)
downloadslackbuilds-38f5e13bd18401d8e160feca2f693d3f1618474e.tar.gz
system/mmv: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/mmv/mmv.SlackBuild3
-rw-r--r--system/mmv/mmv.info4
2 files changed, 2 insertions, 5 deletions
diff --git a/system/mmv/mmv.SlackBuild b/system/mmv/mmv.SlackBuild
index bcb1be71e6..051c452a96 100644
--- a/system/mmv/mmv.SlackBuild
+++ b/system/mmv/mmv.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/system/mmv/mmv.info b/system/mmv/mmv.info
index c93d2e5da6..28bfe71a90 100644
--- a/system/mmv/mmv.info
+++ b/system/mmv/mmv.info
@@ -1,8 +1,8 @@
PRGNAM="mmv"
VERSION="1.01b_19"
HOMEPAGE="https://packages.debian.org/sid/mmv"
-DOWNLOAD="http://deb.debian.org/debian/pool/main/m/mmv/mmv_1.01b.orig.tar.gz \
- http://deb.debian.org/debian/pool/main/m/mmv/mmv_1.01b-19.debian.tar.xz"
+DOWNLOAD="https://deb.debian.org/debian/pool/main/m/mmv/mmv_1.01b.orig.tar.gz \
+ https://deb.debian.org/debian/pool/main/m/mmv/mmv_1.01b-19.debian.tar.xz"
MD5SUM="1b2135ab2f17bdfa9e08debbb3c46ad8 \
5952faa99a610afdbba73d20d68c6d0f"
DOWNLOAD_x86_64=""