mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/jg-mgba: Updated for version 0.10.2.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
37902babdc
commit
60eefdf37b
2 changed files with 6 additions and 4 deletions
|
@ -6,11 +6,13 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20230905 bkw: updated for v0.10.2.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jg-mgba
|
||||
SRCNAM=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="jg-mgba"
|
||||
VERSION="0.10.1"
|
||||
VERSION="0.10.2"
|
||||
HOMEPAGE="https://jgemu.gitlab.io/"
|
||||
DOWNLOAD="https://gitlab.com/jgemu/mgba/-/archive/0.10.1/mgba-0.10.1.tar.gz"
|
||||
MD5SUM="3751a9fe68493d336ac26f66a06d8932"
|
||||
DOWNLOAD="https://gitlab.com/jgemu/mgba/-/archive/0.10.2/mgba-0.10.2.tar.gz"
|
||||
MD5SUM="81476436e5d2ba24259f121c16fcf6b2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jollygood"
|
||||
|
|
Loading…
Reference in a new issue