diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-07 17:36:40 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:38 +0700 |
commit | 31fc476c632e622ceeedb939452c689742b91ca7 (patch) | |
tree | e77d04ab67461f0ac3fea26b0b7474a44fd52bb6 | |
parent | 149be7bbd54fca22b1a42603acfc610efea9feea (diff) | |
download | slackbuilds-31fc476c632e622ceeedb939452c689742b91ca7.tar.gz |
games/atari++: Updated for version 1.84.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/atari++/atari++.SlackBuild | 6 | ||||
-rw-r--r-- | games/atari++/atari++.info | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/games/atari++/atari++.SlackBuild b/games/atari++/atari++.SlackBuild index 6b1a5a9097..5d07ec5530 100644 --- a/games/atari++/atari++.SlackBuild +++ b/games/atari++/atari++.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20211007 bkw: update for 1.84 # 20210323 bkw: BUILD=2 # - add option to patch out "Do you really want to quit?" because it's *annoying* # - move binary to /usr/games @@ -14,7 +15,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=atari++ -VERSION=${VERSION:-1.83} +VERSION=${VERSION:-1.84} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -27,9 +28,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/atari++/atari++.info b/games/atari++/atari++.info index ad9361d789..aa55b189c1 100644 --- a/games/atari++/atari++.info +++ b/games/atari++/atari++.info @@ -1,8 +1,8 @@ PRGNAM="atari++" -VERSION="1.83" +VERSION="1.84" HOMEPAGE="http://www.xl-project.com/" -DOWNLOAD="http://www.xl-project.com/download/atari++_1.83.tar.gz" -MD5SUM="bc357e90d9a2d42471c58d77bccc20d5" +DOWNLOAD="http://www.xl-project.com/download/atari++_1.84.tar.gz" +MD5SUM="569288245236971b7f6115812fb745b1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |