development/rgbds: Updated for version 0.8.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
dabf0cbde6
commit
b6a9b33aee
|
@ -6,12 +6,13 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240813 bkw: update for v0.8.0
|
||||
# 20240209 bkw: update for v0.7.0
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=rgbds
|
||||
VERSION=${VERSION:-0.7.0}
|
||||
VERSION=${VERSION:-0.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rgbds"
|
||||
VERSION="0.7.0"
|
||||
VERSION="0.8.0"
|
||||
HOMEPAGE="https://github.com/gbdev/rgbds"
|
||||
DOWNLOAD="https://github.com/gbdev/rgbds/archive/v0.7.0/rgbds-0.7.0.tar.gz"
|
||||
MD5SUM="e73ca5f719ac18bd04fb626fd2c14332"
|
||||
DOWNLOAD="https://github.com/gbdev/rgbds/archive/v0.8.0/rgbds-0.8.0.tar.gz"
|
||||
MD5SUM="871330f17b2c13dda8253239cc94d03c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue