games/jg-sameboy: Updated for version 0.16.2.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d9d27439d2
commit
aad41349bc
|
@ -6,11 +6,13 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240208 bkw: updated for v0.16.2
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jg-sameboy
|
||||
SRCNAM=sameboy
|
||||
VERSION=${VERSION:-0.15.8}
|
||||
VERSION=${VERSION:-0.16.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jg-sameboy"
|
||||
VERSION="0.15.8"
|
||||
VERSION="0.16.2"
|
||||
HOMEPAGE="https://jgemu.gitlab.io/"
|
||||
DOWNLOAD="https://gitlab.com/jgemu/sameboy/-/archive/0.15.8/sameboy-0.15.8.tar.gz"
|
||||
MD5SUM="04f543e38c5bf44a6e690e10e6feab56"
|
||||
DOWNLOAD="https://gitlab.com/jgemu/sameboy/-/archive/0.16.2/sameboy-0.16.2.tar.gz"
|
||||
MD5SUM="7914ce1867cba4210a4cd1a654322243"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jollygood rgbds"
|
||||
|
|
Loading…
Reference in New Issue