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>
This commit is contained in:
Steven Voges 2023-09-14 21:24:50 +09:00 committed by Willy Sudiarto Raharjo
parent fcae8836ec
commit a5d813b664
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 7 additions and 4 deletions

View file

@ -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.

View file

@ -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}

View file

@ -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"