diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-24 13:45:11 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:38 +0700 |
commit | 38f5e13bd18401d8e160feca2f693d3f1618474e (patch) | |
tree | 27da03d2f7c0d6d8a0ac9dcf5aed26b69b4fa28b /system/mmv | |
parent | b9eb07121a0275f88aa29650c3fa13aedfeaebe7 (diff) |
system/mmv: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mmv')
-rw-r--r-- | system/mmv/mmv.SlackBuild | 3 | ||||
-rw-r--r-- | system/mmv/mmv.info | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/system/mmv/mmv.SlackBuild b/system/mmv/mmv.SlackBuild index bcb1be71e67fa..051c452a9661e 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 c93d2e5da670d..28bfe71a9021e 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="" |