mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
6c8d24b166
commit
663c9a1a2b
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue