games/mame: Updated for version 0.199.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
d4365d2ccf
commit
d5690dff5c
|
@ -9,6 +9,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20180628 bkw: Updated for v0.199.
|
||||
# 20180612 bkw: Updated for v0.198 (missed a few releases...)
|
||||
# 20180130 bkw: Updated for v0.194.
|
||||
# 20180101 bkw: Updated for v0.193.
|
||||
|
@ -86,7 +87,7 @@
|
|||
# - Update .ini file slightly (sound=sdl, not sound=1)
|
||||
|
||||
PRGNAM=mame
|
||||
VERSION=${VERSION:-0.198}
|
||||
VERSION=${VERSION:-0.199}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mame"
|
||||
VERSION="0.198"
|
||||
VERSION="0.199"
|
||||
HOMEPAGE="http://mamedev.org/"
|
||||
DOWNLOAD="https://github.com/mamedev/mame/archive/mame0198/mame-mame0198.tar.gz"
|
||||
MD5SUM="a6f072f3ab80d0b2f5067be732a44280"
|
||||
DOWNLOAD="https://github.com/mamedev/mame/archive/mame0199/mame-mame0199.tar.gz"
|
||||
MD5SUM="fa7bc22ff0a93bc5f4b7cb3c659dad0c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2_ttf"
|
||||
|
|
Loading…
Reference in New Issue