mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/atari++: Updated for version 1.85.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4422e4c370
commit
8b214e151e
2 changed files with 5 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue