games/mame: Updated for version 0.182.

This commit is contained in:
B. Watson 2017-01-28 23:06:36 -05:00 committed by Willy Sudiarto Raharjo
parent 62c5e90e71
commit ed20b637b1
2 changed files with 7 additions and 4 deletions

View file

@ -50,8 +50,11 @@
# 20170111 bkw:
# - Updated for v0.181. Missed a month again.
# 20170128 bkw:
# - Updated for v0.182.
PRGNAM=mame
VERSION=${VERSION:-0.181}
VERSION=${VERSION:-0.182}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

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