diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-16 16:48:55 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-29 17:07:14 +0700 |
commit | 3ed6a403f0703d31f48c1223311db077fdb541c9 (patch) | |
tree | 7f946f5ca59d615264be9f51585d64dea4d16239 /games | |
parent | 21de5191eb56a65c4200014405c0fd14fd36ab93 (diff) |
games/uqm: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-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 6f9d3206d99c..3fdb3f3a3dfa 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 ea9e8be1f496..07e1149a8e1a 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="" |