games/mame: Updated for version 0.185.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-05-02 16:25:53 -04:00 committed by Willy Sudiarto Raharjo
parent 10a25dacd2
commit 440e47959a
2 changed files with 8 additions and 5 deletions

View file

@ -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

View file

@ -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"