diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2023-09-14 21:24:50 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:16 +0700 |
commit | a5d813b6641b3be2e101a07fce318c3f5856eac4 (patch) | |
tree | a6c4dfe10376905f85f6c0ece70409f3a0474abd /games | |
parent | fcae8836ecf07fe80a8577d98b1aaa1160e5cd3b (diff) |
games/RMG: Updated for version 0.5.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/RMG/README | 3 | ||||
-rw-r--r-- | games/RMG/RMG.SlackBuild | 2 | ||||
-rw-r--r-- | games/RMG/RMG.info | 6 |
3 files changed, 7 insertions, 4 deletions
diff --git a/games/RMG/README b/games/RMG/README index b2d2480cc2f8..ed77db21f814 100644 --- a/games/RMG/README +++ b/games/RMG/README @@ -2,3 +2,6 @@ Rosalie's Mupen GUI is a free and open-source mupen64plus front-end written in C++. It offers a simple-to-use user interface. + +gcn64tools is an optional dependency that becomes required if you +plan to use any raphnet adapters as input. diff --git a/games/RMG/RMG.SlackBuild b/games/RMG/RMG.SlackBuild index 45672affa199..38f8c674d082 100644 --- a/games/RMG/RMG.SlackBuild +++ b/games/RMG/RMG.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=RMG -VERSION=${VERSION:-0.5.1} +VERSION=${VERSION:-0.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/RMG/RMG.info b/games/RMG/RMG.info index 46f99d8ed02d..ceeb37f08f96 100644 --- a/games/RMG/RMG.info +++ b/games/RMG/RMG.info @@ -1,8 +1,8 @@ PRGNAM="RMG" -VERSION="0.5.1" +VERSION="0.5.2" HOMEPAGE="https://github.com/Rosalie241/RMG" -DOWNLOAD="https://github.com/Rosalie241/RMG/archive/v0.5.1/RMG-0.5.1.tar.gz" -MD5SUM="5534cd38ee3f22cd1653cc1b73020f69" +DOWNLOAD="https://github.com/Rosalie241/RMG/archive/v0.5.2/RMG-0.5.2.tar.gz" +MD5SUM="1cdcaac24bd27ad87159a846726f85af" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="fmt hidapi libminizip qt6" |