mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
games/mame: Updated for version 0.185.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
10a25dacd2
commit
440e47959a
2 changed files with 8 additions and 5 deletions
|
@ -9,6 +9,9 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20170428 bkw:
|
||||
# - Updated for v0.185.
|
||||
|
||||
# 20170404 bkw:
|
||||
# - mame.ini: get rid of $HOME in bgfx_path. Thanks to Doogster for
|
||||
# reporting this.
|
||||
|
@ -71,8 +74,8 @@
|
|||
# - Update .ini file slightly (sound=sdl, not sound=1)
|
||||
|
||||
PRGNAM=mame
|
||||
VERSION=${VERSION:-0.184}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.185}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mame"
|
||||
VERSION="0.184"
|
||||
VERSION="0.185"
|
||||
HOMEPAGE="http://mamedev.org/"
|
||||
DOWNLOAD="https://github.com/mamedev/mame/archive/mame0184/mame-mame0184.tar.gz"
|
||||
MD5SUM="e2350bf2474c873e34d8c286e65c6394"
|
||||
DOWNLOAD="https://github.com/mamedev/mame/archive/mame0185/mame-mame0185.tar.gz"
|
||||
MD5SUM="5eed1512cb8323f03779954b47b80b2e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2_ttf"
|
||||
|
|
Loading…
Reference in a new issue