games/mame: Updated for version 0.183.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-02-23 19:04:49 -05:00 committed by Willy Sudiarto Raharjo
parent 7e7e89bd9c
commit e6ec80e84c
2 changed files with 7 additions and 4 deletions

View file

@ -56,8 +56,11 @@
# 20170214 bkw:
# - Add support for GroovyMAME patch.
# 20170223 bkw:
# - Updated for v0.183.
PRGNAM=mame
VERSION=${VERSION:-0.182}
VERSION=${VERSION:-0.183}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="mame"
VERSION="0.182"
VERSION="0.183"
HOMEPAGE="http://mamedev.org/"
DOWNLOAD="https://github.com/mamedev/mame/archive/mame0182.tar.gz"
MD5SUM="be79a95e60b5e77e1f7f8f8401a363ca"
DOWNLOAD="https://github.com/mamedev/mame/archive/mame0183.tar.gz"
MD5SUM="d45b4d4f1b9793d8d9529b86d91716af"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2_ttf"