mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
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:
parent
fcae8836ec
commit
a5d813b664
3 changed files with 7 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue