diff options
author | B. Watson <urchlay@slackware.uk> | 2024-08-13 16:20:13 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-17 18:14:18 +0700 |
commit | d8d88d93806a71ea5da7ee284cebf46e357ac4eb (patch) | |
tree | c5c5bad592aecc15db96a23bf46a1077321096e4 | |
parent | 9de42dae7ca03d8720352b23f3d50b7b71e412c3 (diff) |
games/jg-nestopia: Updated for version 1.52.1.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/jg-nestopia/jg-nestopia.SlackBuild | 4 | ||||
-rw-r--r-- | games/jg-nestopia/jg-nestopia.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games/jg-nestopia/jg-nestopia.SlackBuild b/games/jg-nestopia/jg-nestopia.SlackBuild index 739f09aa95..3ec6e08b09 100644 --- a/games/jg-nestopia/jg-nestopia.SlackBuild +++ b/games/jg-nestopia/jg-nestopia.SlackBuild @@ -6,11 +6,13 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20240813 bkw: updated for v1.52.1. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jg-nestopia SRCNAM=nestopia -VERSION=${VERSION:-1.52.0} +VERSION=${VERSION:-1.52.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 86b51d360b..0fb7913c21 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.0" +VERSION="1.52.1" HOMEPAGE="https://jgemu.gitlab.io/" -DOWNLOAD="https://gitlab.com/jgemu/nestopia/-/archive/1.52.0/nestopia-1.52.0.tar.gz" -MD5SUM="33efb4e139b5f0ffd37d1a824fbbbeae" +DOWNLOAD="https://gitlab.com/jgemu/nestopia/-/archive/1.52.1/nestopia-1.52.1.tar.gz" +MD5SUM="1ff4ea46b14b642ce4fff58ff9691454" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jollygood" |