diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-07 17:43:30 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:39 +0700 |
commit | 8b91b2222bf35dfb4bc62d28d05dca7e512b813c (patch) | |
tree | be8a453d933da5fc054bad0cc0372d56761c57b7 /games/atari800_roms | |
parent | dd5977ab17ebb4945ec641e2ac335caa9ccd3756 (diff) |
games/atari800_roms: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/atari800_roms')
-rw-r--r-- | games/atari800_roms/atari800_roms.SlackBuild | 3 | ||||
-rw-r--r-- | games/atari800_roms/atari800_roms.info | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/games/atari800_roms/atari800_roms.SlackBuild b/games/atari800_roms/atari800_roms.SlackBuild index fa594082c7e1..77a164bc2cbe 100644 --- a/games/atari800_roms/atari800_roms.SlackBuild +++ b/games/atari800_roms/atari800_roms.SlackBuild @@ -20,9 +20,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/atari800_roms/atari800_roms.info b/games/atari800_roms/atari800_roms.info index a332b0f0b405..fdf8e5e1982e 100644 --- a/games/atari800_roms/atari800_roms.info +++ b/games/atari800_roms/atari800_roms.info @@ -1,7 +1,7 @@ PRGNAM="atari800_roms" VERSION="20140424" -HOMEPAGE="http://atari800.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/sourceforge/atari800/xf25.zip" +HOMEPAGE="https://atari800.github.io/" +DOWNLOAD="https://downloads.sourceforge.net/sourceforge/atari800/xf25.zip" MD5SUM="4dc3b6b4313e9596c4d474785a37b94d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |