diff options
author | Ruoh-Shoei LIN <56530472+LinRs@users.noreply.github.com> | 2023-01-27 08:11:57 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-28 08:22:52 +0700 |
commit | 663c9a1a2b448febbc18671dac69bd7d77ab6f09 (patch) | |
tree | f44e88d5a8126a13c6e6f6c6636a8e7faaee1289 /games/mgba | |
parent | 6c8d24b1669d20da483c0324ecd1819004f3b86e (diff) |
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>
Diffstat (limited to 'games/mgba')
-rw-r--r-- | games/mgba/mgba.SlackBuild | 4 | ||||
-rw-r--r-- | games/mgba/mgba.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games/mgba/mgba.SlackBuild b/games/mgba/mgba.SlackBuild index b9e94606d99ad..c8b5ee1e3c2e1 100644 --- a/games/mgba/mgba.SlackBuild +++ b/games/mgba/mgba.SlackBuild @@ -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 diff --git a/games/mgba/mgba.info b/games/mgba/mgba.info index 41d400e0e18e9..89df89efb4dcc 100644 --- a/games/mgba/mgba.info +++ b/games/mgba/mgba.info @@ -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="" |