diff options
author | B. Watson <urchlay@slackware.uk> | 2022-06-20 13:36:20 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-02 09:55:50 +0700 |
commit | e3ba2857c94b6183bc0403fd22cedcb9f6395a25 (patch) | |
tree | 30104b3a73ed0f2b294e17acba7ae5d9f3a1a183 /games | |
parent | 7e2529ccd252d90f09db981b20a9f211bcc13c68 (diff) |
games/mednaffe: Updated for version 0.9.2.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-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 c10243988db9..ba04dc1fe814 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 49d50b8f1301..c5af3f1a0a8d 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="" |