diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-06 16:53:42 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:16 +0700 |
commit | 8b214e151e00549064bdafc5ae18b1742210ee17 (patch) | |
tree | 1269ea2e804d4e3afa3bc28e400e7d4542bb8f43 /games/atari++ | |
parent | 4422e4c370844c5406f9074dd093639028586a1f (diff) |
games/atari++: Updated for version 1.85.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/atari++')
-rw-r--r-- | games/atari++/atari++.SlackBuild | 3 | ||||
-rw-r--r-- | games/atari++/atari++.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games/atari++/atari++.SlackBuild b/games/atari++/atari++.SlackBuild index 0eedb997f2c5d..cc50ec00a1672 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. +# 20230106 bkw: update for 1.85 # 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* @@ -15,7 +16,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=atari++ -VERSION=${VERSION:-1.84} +VERSION=${VERSION:-1.85} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/atari++/atari++.info b/games/atari++/atari++.info index 4bf1e1b57bc77..a10699fd20cf9 100644 --- a/games/atari++/atari++.info +++ b/games/atari++/atari++.info @@ -1,8 +1,8 @@ PRGNAM="atari++" -VERSION="1.84" +VERSION="1.85" HOMEPAGE="http://www.xl-project.com/" -DOWNLOAD="http://www.xl-project.com/download/atari++_1.84.tar.gz" -MD5SUM="569288245236971b7f6115812fb745b1" +DOWNLOAD="http://www.xl-project.com/download/atari++_1.85.tar.gz" +MD5SUM="2d71eaebe7bc6527fbcecc94b74a1093" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |