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