mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/mednaffe: Updated for version 0.9.3.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
00ba6ea72f
commit
07eea9e8f5
2 changed files with 5 additions and 4 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240813 bkw: update for v0.9.3.
|
||||
# 20220620 bkw: update for v0.9.2.
|
||||
|
||||
# 20211028 bkw: BUILD=2
|
||||
|
@ -17,7 +18,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mednaffe
|
||||
VERSION=${VERSION:-0.9.2}
|
||||
VERSION=${VERSION:-0.9.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mednaffe"
|
||||
VERSION="0.9.2"
|
||||
VERSION="0.9.3"
|
||||
HOMEPAGE="https://github.com/AmatCoder/mednaffe"
|
||||
DOWNLOAD="https://github.com/AmatCoder/mednaffe/releases/download/0.9.2/mednaffe-0.9.2.tar.gz"
|
||||
MD5SUM="6249bdecfe56a2f937a1ff17a3db3da2"
|
||||
DOWNLOAD="https://github.com/AmatCoder/mednaffe/releases/download/0.9.3/mednaffe-0.9.3.tar.gz"
|
||||
MD5SUM="fb2e4e135a60b64469ad6aab4b164e9b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue