summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Thibaut Notteboom2023-11-28 22:08:34 +0100
committer Willy Sudiarto Raharjo2023-11-29 06:07:34 +0100
commitdebae081f7d7d1ebbd2d27b35274be5c1997caa5 (patch)
tree33a5663735a8d92d8abda70851a560ef349ce009 /games
parent01d523ea19aed32fa0246163499d567e7f2c747c (diff)
downloadslackbuilds-debae081f7d7d1ebbd2d27b35274be5c1997caa5.tar.gz
games/mrboom: Updated for version 5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/mrboom/mrboom.SlackBuild7
-rw-r--r--games/mrboom/mrboom.info6
2 files changed, 8 insertions, 5 deletions
diff --git a/games/mrboom/mrboom.SlackBuild b/games/mrboom/mrboom.SlackBuild
index ad380ac571..3b4d4f1c46 100644
--- a/games/mrboom/mrboom.SlackBuild
+++ b/games/mrboom/mrboom.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for mrboom
-# Copyright 2017-2022 Thibaut Notteboom, Paris, FRANCE
+# Copyright 2017-2023 Thibaut Notteboom, Paris, FRANCE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mrboom
-VERSION=${VERSION:-5.2}
+VERSION=${VERSION:-5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -58,6 +58,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+elif [ "$ARCH" = "aarch64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
diff --git a/games/mrboom/mrboom.info b/games/mrboom/mrboom.info
index ace8ae9b24..c6bd0c2a97 100644
--- a/games/mrboom/mrboom.info
+++ b/games/mrboom/mrboom.info
@@ -1,8 +1,8 @@
PRGNAM="mrboom"
-VERSION="5.2"
+VERSION="5.3"
HOMEPAGE="http://mrboom.mumblecore.org/"
-DOWNLOAD="https://github.com/Javanaise/mrboom-libretro/releases/download/5.2/MrBoom-src-5.2.tar.gz"
-MD5SUM="5ce669d236a0f14166918caf9f5cc04d"
+DOWNLOAD="https://github.com/Javanaise/mrboom-libretro/releases/download/5.3/MrBoom-src-5.3.tar.gz"
+MD5SUM="8086dfc7f26318419d717a27f01caa65"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libmodplug libminizip"