games/mame: Updated for version 0.187.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
8e73f74e65
commit
ff6eced657
|
@ -9,6 +9,9 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20170702 bkw:
|
||||
# - Updated for v0.187.
|
||||
|
||||
# 20170607 bkw:
|
||||
# - Updated for v0.186.
|
||||
# - Link with ld.gold instead of the default ld, which saves *2 hours* of
|
||||
|
@ -79,7 +82,7 @@
|
|||
# - Update .ini file slightly (sound=sdl, not sound=1)
|
||||
|
||||
PRGNAM=mame
|
||||
VERSION=${VERSION:-0.186}
|
||||
VERSION=${VERSION:-0.187}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mame"
|
||||
VERSION="0.186"
|
||||
VERSION="0.187"
|
||||
HOMEPAGE="http://mamedev.org/"
|
||||
DOWNLOAD="https://github.com/mamedev/mame/archive/mame0186/mame-mame0186.tar.gz"
|
||||
MD5SUM="b1366b2313629735ef4433f9bca92e5b"
|
||||
DOWNLOAD="https://github.com/mamedev/mame/archive/mame0187/mame-mame0187.tar.gz"
|
||||
MD5SUM="304ad6657fa5b6928fa0257f91be10c1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2_ttf"
|
||||
|
|
Loading…
Reference in New Issue