diff options
-rw-r--r-- | games/uqm_voice/uqm_voice.SlackBuild | 3 | ||||
-rw-r--r-- | games/uqm_voice/uqm_voice.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/games/uqm_voice/uqm_voice.SlackBuild b/games/uqm_voice/uqm_voice.SlackBuild index bcf210c07f75..be19aa7a01dc 100644 --- a/games/uqm_voice/uqm_voice.SlackBuild +++ b/games/uqm_voice/uqm_voice.SlackBuild @@ -17,9 +17,6 @@ BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -# 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/games/uqm_voice/uqm_voice.info b/games/uqm_voice/uqm_voice.info index 4a50e3eebace..c9322d2b2526 100644 --- a/games/uqm_voice/uqm_voice.info +++ b/games/uqm_voice/uqm_voice.info @@ -1,7 +1,7 @@ PRGNAM="uqm_voice" VERSION="0.8.0" HOMEPAGE="http://sc2.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/sc2/uqm-0.8.0-voice.uqm" +DOWNLOAD="https://downloads.sourceforge.net/sc2/uqm-0.8.0-voice.uqm" MD5SUM="fc89f77d7b66c2669abca6c157f5259a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |