diff options
-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="" |