diff options
-rw-r--r-- | games/jg-nestopia/jg-nestopia.SlackBuild | 3 | ||||
-rw-r--r-- | games/jg-nestopia/jg-nestopia.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games/jg-nestopia/jg-nestopia.SlackBuild b/games/jg-nestopia/jg-nestopia.SlackBuild index 2a10897cba..f536fc870b 100644 --- a/games/jg-nestopia/jg-nestopia.SlackBuild +++ b/games/jg-nestopia/jg-nestopia.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250916 bkw: updated for v1.53.2. # 20250528 bkw: updated for v1.53.1. # 20240813 bkw: updated for v1.52.1. @@ -13,7 +14,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jg-nestopia SRCNAM=nestopia -VERSION=${VERSION:-1.53.1} +VERSION=${VERSION:-1.53.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/jg-nestopia/jg-nestopia.info b/games/jg-nestopia/jg-nestopia.info index 21aaad2a2a..787e284c17 100644 --- a/games/jg-nestopia/jg-nestopia.info +++ b/games/jg-nestopia/jg-nestopia.info @@ -1,8 +1,8 @@ PRGNAM="jg-nestopia" -VERSION="1.53.1" +VERSION="1.53.2" HOMEPAGE="https://jgemu.gitlab.io/" -DOWNLOAD="https://gitlab.com/jgemu/nestopia/-/archive/1.53.1/nestopia-1.53.1.tar.gz" -MD5SUM="1fbec1036cf14cba8528a509c7be93ab" +DOWNLOAD="https://gitlab.com/jgemu/nestopia/-/archive/1.53.2/nestopia-1.53.2.tar.gz" +MD5SUM="2b8c842d65a634813825855f366cffe4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jollygood" |