diff options
Diffstat (limited to 'games/uqm')
-rw-r--r-- | games/uqm/uqm.SlackBuild | 3 | ||||
-rw-r--r-- | games/uqm/uqm.info | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/games/uqm/uqm.SlackBuild b/games/uqm/uqm.SlackBuild index 6f9d3206d99c4..3fdb3f3a3dfa3 100644 --- a/games/uqm/uqm.SlackBuild +++ b/games/uqm/uqm.SlackBuild @@ -38,9 +38,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/games/uqm/uqm.info b/games/uqm/uqm.info index ea9e8be1f4962..07e1149a8e1aa 100644 --- a/games/uqm/uqm.info +++ b/games/uqm/uqm.info @@ -1,8 +1,8 @@ PRGNAM="uqm" VERSION="0.8.0" HOMEPAGE="http://sc2.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/sc2/uqm-0.8.0-src.tgz \ - http://downloads.sourceforge.net/sc2/uqm-0.8.0-content.uqm" +DOWNLOAD="https://downloads.sourceforge.net/sc2/uqm-0.8.0-src.tgz \ + https://downloads.sourceforge.net/sc2/uqm-0.8.0-content.uqm" MD5SUM="63c4c300736aa3ac9b841e31b9a76389 \ 6cbc9d51fa63e07c0f4d1d061136d816" DOWNLOAD_x86_64="" |