games/mame: Updated for version 0.201.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2018-08-30 17:04:15 -04:00 committed by Willy Sudiarto Raharjo
parent fae66474fe
commit adccfd3a55
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 4 deletions

View file

@ -9,6 +9,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20180830 bkw: Updated for v0.201.
# 20180731 bkw: Updated for v0.200.
# 20180628 bkw: Updated for v0.199.
# 20180612 bkw: Updated for v0.198 (missed a few releases...)
@ -88,7 +89,7 @@
# - Update .ini file slightly (sound=sdl, not sound=1)
PRGNAM=mame
VERSION=${VERSION:-0.200}
VERSION=${VERSION:-0.201}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="mame"
VERSION="0.200"
VERSION="0.201"
HOMEPAGE="http://mamedev.org/"
DOWNLOAD="https://github.com/mamedev/mame/archive/mame0200/mame-mame0200.tar.gz"
MD5SUM="80a135565938d6dd9ec3449ce46b9f0f"
DOWNLOAD="https://github.com/mamedev/mame/archive/mame0201/mame-mame0201.tar.gz"
MD5SUM="e690994e57a13380045bd74258a698ca"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2_ttf"