diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-16 16:55:49 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-29 17:07:15 +0700 |
commit | 7ad090fd48be0c12e4ea59a4e92c1f6f13286a0d (patch) | |
tree | 88e8035f812d8fb2a03a2fed3ed657b4400a47fc /games/uqm_voice | |
parent | 1db499ab7d38a6e9514459b963fdb60938fb5ff2 (diff) | |
download | slackbuilds-7ad090fd48be0c12e4ea59a4e92c1f6f13286a0d.tar.gz |
games/uqm_voice: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/uqm_voice')
-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 bcf210c07f..be19aa7a01 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 4a50e3eeba..c9322d2b25 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="" |