diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/rgbds/rgbds.SlackBuild | 4 | ||||
-rw-r--r-- | development/rgbds/rgbds.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/development/rgbds/rgbds.SlackBuild b/development/rgbds/rgbds.SlackBuild index edbe3863e567a..15660c7169d9a 100644 --- a/development/rgbds/rgbds.SlackBuild +++ b/development/rgbds/rgbds.SlackBuild @@ -6,10 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20240209 bkw: update for v0.7.0 + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rgbds -VERSION=${VERSION:-0.6.1} +VERSION=${VERSION:-0.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/rgbds/rgbds.info b/development/rgbds/rgbds.info index 48cbbd5697bc2..4b527ca2a83d3 100644 --- a/development/rgbds/rgbds.info +++ b/development/rgbds/rgbds.info @@ -1,8 +1,8 @@ PRGNAM="rgbds" -VERSION="0.6.1" +VERSION="0.7.0" HOMEPAGE="https://github.com/gbdev/rgbds" -DOWNLOAD="https://github.com/gbdev/rgbds/archive/v0.6.1/rgbds-0.6.1.tar.gz" -MD5SUM="7f1fcf3110a15b4ba2c5ccab536585ba" +DOWNLOAD="https://github.com/gbdev/rgbds/archive/v0.7.0/rgbds-0.7.0.tar.gz" +MD5SUM="e73ca5f719ac18bd04fb626fd2c14332" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |