games/mame: Updated for version 0.181.

This commit is contained in:
B. Watson 2017-01-13 08:54:39 -05:00 committed by Willy Sudiarto Raharjo
parent ffec091952
commit 7a1acd5860
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 4 deletions

View file

@ -47,8 +47,11 @@
# 20161101 bkw: # 20161101 bkw:
# - Updated for v0.179. # - Updated for v0.179.
# 20170111 bkw:
# - Updated for v0.181. Missed a month again.
PRGNAM=mame PRGNAM=mame
VERSION=${VERSION:-0.179} VERSION=${VERSION:-0.181}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="mame" PRGNAM="mame"
VERSION="0.179" VERSION="0.181"
HOMEPAGE="http://mamedev.org/" HOMEPAGE="http://mamedev.org/"
DOWNLOAD="https://github.com/mamedev/mame/archive/mame0179.tar.gz" DOWNLOAD="https://github.com/mamedev/mame/archive/mame0181.tar.gz"
MD5SUM="e9f84cb228b23127013bdfab898864dd" MD5SUM="5a6116932e512b3ddd2fea5906bd7c55"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="SDL2_ttf" REQUIRES="SDL2_ttf"