games/jg-sameboy: Updated for version 0.16.6.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2024-08-13 16:54:55 -04:00 committed by Willy Sudiarto Raharjo
parent d8d88d9380
commit dabf0cbde6
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 4 deletions

View file

@ -6,13 +6,14 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20240813 bkw: updated for v0.16.6
# 20240208 bkw: updated for v0.16.2 # 20240208 bkw: updated for v0.16.2
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jg-sameboy PRGNAM=jg-sameboy
SRCNAM=sameboy SRCNAM=sameboy
VERSION=${VERSION:-0.16.2} VERSION=${VERSION:-0.16.6}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="jg-sameboy" PRGNAM="jg-sameboy"
VERSION="0.16.2" VERSION="0.16.6"
HOMEPAGE="https://jgemu.gitlab.io/" HOMEPAGE="https://jgemu.gitlab.io/"
DOWNLOAD="https://gitlab.com/jgemu/sameboy/-/archive/0.16.2/sameboy-0.16.2.tar.gz" DOWNLOAD="https://gitlab.com/jgemu/sameboy/-/archive/0.16.6/sameboy-0.16.6.tar.gz"
MD5SUM="7914ce1867cba4210a4cd1a654322243" MD5SUM="9fca47f71e87304b6f254edc136482cc"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="jollygood rgbds" REQUIRES="jollygood rgbds"