mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
games/mgba: Updated for version 0.10.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
986ac150c5
commit
660c9a4ebb
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mgba
|
||||
VERSION=${VERSION:-0.10.1}
|
||||
VERSION=${VERSION:-0.10.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mgba"
|
||||
VERSION="0.10.1"
|
||||
VERSION="0.10.2"
|
||||
HOMEPAGE="https://mgba.io/"
|
||||
DOWNLOAD="https://github.com/mgba-emu/mgba/archive/0.10.1/mgba-0.10.1.tar.gz"
|
||||
MD5SUM="14fa35820c89c86392cb177ca011922a"
|
||||
DOWNLOAD="https://github.com/mgba-emu/mgba/archive/0.10.2/mgba-0.10.2.tar.gz"
|
||||
MD5SUM="0e2e4916088a1903efd42c58aa0818a9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue