mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/jg-bsnes: Updated for version 1.2.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e01f2f6d10
commit
dba891f4e4
2 changed files with 5 additions and 4 deletions
|
@ -6,13 +6,14 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240813 bkw: updated for v1.2.0.
|
||||
# 20230404 bkw: updated for v1.1.2.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jg-bsnes
|
||||
SRCNAM=bsnes
|
||||
VERSION=${VERSION:-1.1.2}
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jg-bsnes"
|
||||
VERSION="1.1.2"
|
||||
VERSION="1.2.0"
|
||||
HOMEPAGE="https://jgemu.gitlab.io/"
|
||||
DOWNLOAD="https://gitlab.com/jgemu/bsnes/-/archive/1.1.2/bsnes-1.1.2.tar.gz"
|
||||
MD5SUM="9b992e256bce8cea0315587661a2644f"
|
||||
DOWNLOAD="https://gitlab.com/jgemu/bsnes/-/archive/1.2.0/bsnes-1.2.0.tar.gz"
|
||||
MD5SUM="d67de378e401d44ea110f3cdcde56484"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jollygood"
|
||||
|
|
Loading…
Reference in a new issue