games/mgba: Updated for version 0.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
68242ac078
commit
1b871ca525
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mgba
|
||||
VERSION=${VERSION:-0.5.1}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-0.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mgba"
|
||||
VERSION="0.5.1"
|
||||
VERSION="0.5.2"
|
||||
HOMEPAGE="https://mgba.io/"
|
||||
DOWNLOAD="https://github.com/mgba-emu/mgba/archive/0.5.1/mgba-0.5.1.tar.gz"
|
||||
MD5SUM="b4e3d4540d6e077b5d7a7ffe54e84c0f"
|
||||
DOWNLOAD="https://github.com/mgba-emu/mgba/archive/0.5.2/mgba-0.5.2.tar.gz"
|
||||
MD5SUM="c3d20052503dca08e58030ac4e3f0408"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue