summaryrefslogtreecommitdiffstats
path: root/games/stella
diff options
context:
space:
mode:
Diffstat (limited to 'games/stella')
-rw-r--r--games/stella/stella.SlackBuild8
-rw-r--r--games/stella/stella.info6
2 files changed, 6 insertions, 8 deletions
diff --git a/games/stella/stella.SlackBuild b/games/stella/stella.SlackBuild
index cc27f11221..746c38af04 100644
--- a/games/stella/stella.SlackBuild
+++ b/games/stella/stella.SlackBuild
@@ -8,6 +8,8 @@
# Now maintained by B. Watson <urchlay@slackware.uk>
+# 20240213 bkw: update for v6.7.1.
+# 20230109 bkw: update for v6.7.
# 20220610 bkw: update for v6.6, fix doc permissions.
# 20211026 bkw: we're on -current now, so:
@@ -58,7 +60,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=stella
-VERSION=${VERSION:-6.6}
+VERSION=${VERSION:-6.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -82,16 +84,12 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
fi
set -e
diff --git a/games/stella/stella.info b/games/stella/stella.info
index 3230c16de7..bea5596596 100644
--- a/games/stella/stella.info
+++ b/games/stella/stella.info
@@ -1,8 +1,8 @@
PRGNAM="stella"
-VERSION="6.6"
+VERSION="6.7.1"
HOMEPAGE="https://stella-emu.github.io/"
-DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.6/stella-6.6-src.tar.xz"
-MD5SUM="a9678b2a1c1e3d4d8c3c830612ace0c8"
+DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.7.1/stella-6.7.1-src.tar.xz"
+MD5SUM="335a58bc7692ac65c75bba9d9ec80eab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""