diff options
Diffstat (limited to 'games/mame/mame.SlackBuild')
-rw-r--r-- | games/mame/mame.SlackBuild | 5 |
1 files changed, 4 insertions, 1 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} |