games/mgba: Updated for version 0.10.1

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ruoh-Shoei LIN 2023-01-27 08:11:57 +00:00 committed by Willy Sudiarto Raharjo
parent 6c8d24b166
commit 663c9a1a2b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mgba
VERSION=${VERSION:-0.9.3}
VERSION=${VERSION:-0.10.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -91,6 +91,8 @@ cd build
-DCMAKE_INSTALL_LIBDIR:PATH=lib$LIBDIRSUFFIX \
-DMANDIR=man \
-DUSE_DISCORD_RPC=OFF \
-DENABLE_SCRIPTING=OFF \
-DBUILD_UPDATER=OFF \
-DBUILD_QT=${QT:-on} \
-DCMAKE_BUILD_TYPE=Release ..
make

View file

@ -1,8 +1,8 @@
PRGNAM="mgba"
VERSION="0.9.3"
VERSION="0.10.1"
HOMEPAGE="https://mgba.io/"
DOWNLOAD="https://github.com/mgba-emu/mgba/archive/0.9.3/mgba-0.9.3.tar.gz"
MD5SUM="59305606cd938c7c2a021f4b8e9a025a"
DOWNLOAD="https://github.com/mgba-emu/mgba/archive/0.10.1/mgba-0.10.1.tar.gz"
MD5SUM="14fa35820c89c86392cb177ca011922a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""