diff options
-rw-r--r-- | games/jg-genplus/jg-genplus.SlackBuild | 4 | ||||
-rw-r--r-- | games/jg-genplus/jg-genplus.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games/jg-genplus/jg-genplus.SlackBuild b/games/jg-genplus/jg-genplus.SlackBuild index f96a0aeb8e..99ac1612c9 100644 --- a/games/jg-genplus/jg-genplus.SlackBuild +++ b/games/jg-genplus/jg-genplus.SlackBuild @@ -6,11 +6,13 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250528 bkw: updated for v1.7.6.4. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jg-genplus SRCNAM=genplus -VERSION=${VERSION:-1.7.6.2} +VERSION=${VERSION:-1.7.6.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/jg-genplus/jg-genplus.info b/games/jg-genplus/jg-genplus.info index 014f7beac5..356cb613d5 100644 --- a/games/jg-genplus/jg-genplus.info +++ b/games/jg-genplus/jg-genplus.info @@ -1,8 +1,8 @@ PRGNAM="jg-genplus" -VERSION="1.7.6.2" +VERSION="1.7.6.4" HOMEPAGE="https://jgemu.gitlab.io/" -DOWNLOAD="https://gitlab.com/jgemu/genplus/-/archive/1.7.6.2/genplus-1.7.6.2.tar.gz" -MD5SUM="5b83d3021bbdb7a994671498a0b97f14" +DOWNLOAD="https://gitlab.com/jgemu/genplus/-/archive/1.7.6.4/genplus-1.7.6.4.tar.gz" +MD5SUM="231d50055378262d1ed655f05e2dbc19" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jollygood" |