summaryrefslogtreecommitdiffstats
path: root/games/atari++/atari++.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/atari++/atari++.SlackBuild')
-rw-r--r--games/atari++/atari++.SlackBuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/atari++/atari++.SlackBuild b/games/atari++/atari++.SlackBuild
index 6b1a5a9097..cc50ec00a1 100644
--- a/games/atari++/atari++.SlackBuild
+++ b/games/atari++/atari++.SlackBuild
@@ -2,10 +2,12 @@
# Slackware build script for atari++
-# Written by B. Watson (yalhcru@gmail.com)
+# Written by B. Watson (urchlay@slackware.uk)
# 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*
# - move binary to /usr/games
@@ -14,7 +16,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=atari++
-VERSION=${VERSION:-1.83}
+VERSION=${VERSION:-1.85}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -27,9 +29,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