diff options
Diffstat (limited to 'games/jg-nestopia/jg-nestopia.SlackBuild')
-rw-r--r-- | games/jg-nestopia/jg-nestopia.SlackBuild | 3 |
1 files changed, 2 insertions, 1 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} |