diff options
author | B. Watson <yalhcru@gmail.com> | 2017-09-27 16:01:15 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-09-30 07:19:24 +0700 |
commit | de31aefbe794806f929e5917a8bf94d45be28071 (patch) | |
tree | d05a14502f2e27f9ee8261ef31bb986a1569742f /games/mame/mame.SlackBuild | |
parent | 6ec3c10b9fa6f58ca46858cd66b016b1e9eecac1 (diff) | |
download | slackbuilds-de31aefbe794806f929e5917a8bf94d45be28071.tar.gz |
games/mame: Updated for version 0.190.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/mame/mame.SlackBuild')
-rw-r--r-- | games/mame/mame.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/mame/mame.SlackBuild b/games/mame/mame.SlackBuild index 06c45326ef..ade8d5d810 100644 --- a/games/mame/mame.SlackBuild +++ b/games/mame/mame.SlackBuild @@ -9,6 +9,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170927 bkw: Updated for v0.190. + # 20170902 bkw: Updated for v0.189. # - Fix complay.py build error. Turns out that the build would fail # only on systems where PyXML is installed, so add -S to python @@ -80,7 +82,7 @@ # - Update .ini file slightly (sound=sdl, not sound=1) PRGNAM=mame -VERSION=${VERSION:-0.189} +VERSION=${VERSION:-0.190} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |