mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/vbam: Updated for version 2.1.8.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
365aeae263
commit
833f8d009d
2 changed files with 6 additions and 4 deletions
|
@ -9,6 +9,8 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20231219 bkw: *finally* update, for v2.1.8.
|
||||
|
||||
# 20230714 bkw: no changes, just a note to myself: v2.1.6 won't build,
|
||||
# and nothing in post-2.1.6 git helps. Visit again later.
|
||||
|
||||
|
@ -60,7 +62,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=vbam
|
||||
VERSION=${VERSION:-2.1.5}
|
||||
VERSION=${VERSION:-2.1.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vbam"
|
||||
VERSION="2.1.5"
|
||||
VERSION="2.1.8"
|
||||
HOMEPAGE="http://vba-m.com/"
|
||||
DOWNLOAD="https://github.com/visualboyadvance-m/visualboyadvance-m/archive/v2.1.5/visualboyadvance-m-2.1.5.tar.gz"
|
||||
MD5SUM="98842ccfcbe1e0eacaba0a3cc0a97298"
|
||||
DOWNLOAD="https://github.com/visualboyadvance-m/visualboyadvance-m/archive/v2.1.8/visualboyadvance-m-2.1.8.tar.gz"
|
||||
MD5SUM="4b3eacb161b6ebfa3d24977cce02153f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue