summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/mame/mame.SlackBuild3
-rw-r--r--games/mame/mame.info6
2 files changed, 5 insertions, 4 deletions
diff --git a/games/mame/mame.SlackBuild b/games/mame/mame.SlackBuild
index 02740aa450..61382f8198 100644
--- a/games/mame/mame.SlackBuild
+++ b/games/mame/mame.SlackBuild
@@ -9,6 +9,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20180130 bkw: Updated for v0.194.
# 20180101 bkw: Updated for v0.193.
# 20171210 bkw: Updated for v0.192.
# 20170927 bkw: Updated for v0.190.
@@ -84,7 +85,7 @@
# - Update .ini file slightly (sound=sdl, not sound=1)
PRGNAM=mame
-VERSION=${VERSION:-0.193}
+VERSION=${VERSION:-0.194}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/games/mame/mame.info b/games/mame/mame.info
index 87004fe6ef..0f89c7180d 100644
--- a/games/mame/mame.info
+++ b/games/mame/mame.info
@@ -1,8 +1,8 @@
PRGNAM="mame"
-VERSION="0.193"
+VERSION="0.194"
HOMEPAGE="http://mamedev.org/"
-DOWNLOAD="https://github.com/mamedev/mame/archive/mame0193/mame-mame0193.tar.gz"
-MD5SUM="032ec3d3512e70e95007e22be59df2f4"
+DOWNLOAD="https://github.com/mamedev/mame/archive/mame0194/mame-mame0194.tar.gz"
+MD5SUM="38d697de1ed294484d29d96a6249c172"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2_ttf"