summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/mame/mame.SlackBuild5
-rw-r--r--games/mame/mame.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/games/mame/mame.SlackBuild b/games/mame/mame.SlackBuild
index c6b580c4a8..0475c9dd6d 100644
--- a/games/mame/mame.SlackBuild
+++ b/games/mame/mame.SlackBuild
@@ -9,6 +9,9 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20170330 bkw:
+# - Updated for v0.184.
+
# 20170301 bkw:
# - Use long-form github URL.
# - Fix changelog so newer entries are at the top.
@@ -64,7 +67,7 @@
# - Update .ini file slightly (sound=sdl, not sound=1)
PRGNAM=mame
-VERSION=${VERSION:-0.183}
+VERSION=${VERSION:-0.184}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
diff --git a/games/mame/mame.info b/games/mame/mame.info
index b861599fde..cf277e4c0f 100644
--- a/games/mame/mame.info
+++ b/games/mame/mame.info
@@ -1,8 +1,8 @@
PRGNAM="mame"
-VERSION="0.183"
+VERSION="0.184"
HOMEPAGE="http://mamedev.org/"
-DOWNLOAD="https://github.com/mamedev/mame/archive/mame0183/mame-mame0183.tar.gz"
-MD5SUM="d45b4d4f1b9793d8d9529b86d91716af"
+DOWNLOAD="https://github.com/mamedev/mame/archive/mame0184/mame-mame0184.tar.gz"
+MD5SUM="e2350bf2474c873e34d8c286e65c6394"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2_ttf"