diff options
author | B. Watson <urchlay@slackware.uk> | 2024-02-09 14:00:24 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:17:26 +0700 |
commit | aad41349bc2416d7cd2fedaf5a6746d128e10356 (patch) | |
tree | 7a95888456460928a340250b9f2006c591819b0c /games/jg-sameboy | |
parent | d9d27439d24aed9fb2b28dffb44a4d98f6c9c28c (diff) |
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>
Diffstat (limited to 'games/jg-sameboy')
-rw-r--r-- | games/jg-sameboy/jg-sameboy.SlackBuild | 4 | ||||
-rw-r--r-- | games/jg-sameboy/jg-sameboy.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games/jg-sameboy/jg-sameboy.SlackBuild b/games/jg-sameboy/jg-sameboy.SlackBuild index df141f92b4a5c..32b006a42ee19 100644 --- a/games/jg-sameboy/jg-sameboy.SlackBuild +++ b/games/jg-sameboy/jg-sameboy.SlackBuild @@ -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} diff --git a/games/jg-sameboy/jg-sameboy.info b/games/jg-sameboy/jg-sameboy.info index 815bcd9bcd60d..69f7cb8d5435c 100644 --- a/games/jg-sameboy/jg-sameboy.info +++ b/games/jg-sameboy/jg-sameboy.info @@ -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" |