diff options
-rw-r--r-- | games/mrboom/mrboom.SlackBuild | 7 | ||||
-rw-r--r-- | games/mrboom/mrboom.info | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games/mrboom/mrboom.SlackBuild b/games/mrboom/mrboom.SlackBuild index ad380ac5713a..3b4d4f1c469f 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 ace8ae9b2441..c6bd0c2a9785 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" |