diff options
-rw-r--r-- | games/mednaffe/mednaffe.SlackBuild | 6 | ||||
-rw-r--r-- | games/mednaffe/mednaffe.info | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games/mednaffe/mednaffe.SlackBuild b/games/mednaffe/mednaffe.SlackBuild index c10243988db90..ba04dc1fe8147 100644 --- a/games/mednaffe/mednaffe.SlackBuild +++ b/games/mednaffe/mednaffe.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20220620 bkw: update for v0.9.2. + # 20211028 bkw: BUILD=2 # - fix old-style icon. @@ -15,8 +17,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mednaffe -VERSION=${VERSION:-0.9.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.9.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/mednaffe/mednaffe.info b/games/mednaffe/mednaffe.info index 49d50b8f1301e..c5af3f1a0a8d7 100644 --- a/games/mednaffe/mednaffe.info +++ b/games/mednaffe/mednaffe.info @@ -1,8 +1,8 @@ PRGNAM="mednaffe" -VERSION="0.9.1" +VERSION="0.9.2" HOMEPAGE="https://github.com/AmatCoder/mednaffe" -DOWNLOAD="https://github.com/AmatCoder/mednaffe/releases/download/0.9.1/mednaffe-0.9.1.tar.gz" -MD5SUM="45e094397c227fc018a1e0f758fd139b" +DOWNLOAD="https://github.com/AmatCoder/mednaffe/releases/download/0.9.2/mednaffe-0.9.2.tar.gz" +MD5SUM="6249bdecfe56a2f937a1ff17a3db3da2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |