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 3ec6e08b09..2a10897cba 100644 --- a/games/jg-nestopia/jg-nestopia.SlackBuild +++ b/games/jg-nestopia/jg-nestopia.SlackBuild @@ -6,13 +6,14 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250528 bkw: updated for v1.53.1. # 20240813 bkw: updated for v1.52.1. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jg-nestopia SRCNAM=nestopia -VERSION=${VERSION:-1.52.1} +VERSION=${VERSION:-1.53.1} 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 0fb7913c21..21aaad2a2a 100644 --- a/games/jg-nestopia/jg-nestopia.info +++ b/games/jg-nestopia/jg-nestopia.info @@ -1,8 +1,8 @@ PRGNAM="jg-nestopia" -VERSION="1.52.1" +VERSION="1.53.1" HOMEPAGE="https://jgemu.gitlab.io/" -DOWNLOAD="https://gitlab.com/jgemu/nestopia/-/archive/1.52.1/nestopia-1.52.1.tar.gz" -MD5SUM="1ff4ea46b14b642ce4fff58ff9691454" +DOWNLOAD="https://gitlab.com/jgemu/nestopia/-/archive/1.53.1/nestopia-1.53.1.tar.gz" +MD5SUM="1fbec1036cf14cba8528a509c7be93ab" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jollygood" |