diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-27 15:16:25 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:48 +0700 |
commit | 09fc3e38bcfa42cc8cc7cf3382acbc9b20609b43 (patch) | |
tree | ba48bf4bd89ba145c7a679c081937034c1dd04b7 /system/ccd2cue | |
parent | 3fa44364ce45c52eec744fa85e5808f22745d3be (diff) |
system/ccd2cue: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ccd2cue')
-rw-r--r-- | system/ccd2cue/ccd2cue.SlackBuild | 3 | ||||
-rw-r--r-- | system/ccd2cue/ccd2cue.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/system/ccd2cue/ccd2cue.SlackBuild b/system/ccd2cue/ccd2cue.SlackBuild index 69c2ba5aef0fd..f47fa878d4b92 100644 --- a/system/ccd2cue/ccd2cue.SlackBuild +++ b/system/ccd2cue/ccd2cue.SlackBuild @@ -22,9 +22,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/ccd2cue/ccd2cue.info b/system/ccd2cue/ccd2cue.info index 02c096e67022d..4eed2ed32dd59 100644 --- a/system/ccd2cue/ccd2cue.info +++ b/system/ccd2cue/ccd2cue.info @@ -1,7 +1,7 @@ PRGNAM="ccd2cue" VERSION="0.5" HOMEPAGE="https://www.gnu.org/software/ccd2cue/" -DOWNLOAD="http://ftpmirror.gnu.org/ccd2cue/ccd2cue-0.5.tar.gz" +DOWNLOAD="https://ftpmirror.gnu.org/ccd2cue/ccd2cue-0.5.tar.gz" MD5SUM="565eb34e3ab5331ee5aab2fe215118aa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |