games/mame: Updated for version 0.192.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-12-11 01:21:02 -05:00 committed by Willy Sudiarto Raharjo
parent 475adb2e1c
commit 0c004fd0c9
2 changed files with 6 additions and 4 deletions

View file

@ -9,6 +9,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20171210 bkw: Updated for v0.192.
# 20170927 bkw: Updated for v0.190.
# 20170902 bkw: Updated for v0.189.
@ -82,7 +84,7 @@
# - Update .ini file slightly (sound=sdl, not sound=1)
PRGNAM=mame
VERSION=${VERSION:-0.190}
VERSION=${VERSION:-0.192}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="mame"
VERSION="0.190"
VERSION="0.192"
HOMEPAGE="http://mamedev.org/"
DOWNLOAD="https://github.com/mamedev/mame/archive/mame0190/mame-mame0190.tar.gz"
MD5SUM="8002d0675e2f91a10fc84c1addf85883"
DOWNLOAD="https://github.com/mamedev/mame/archive/mame0192/mame-mame0192.tar.gz"
MD5SUM="2919f8cde75846af4ffbca6042a26da8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2_ttf"