diff options
author | B. Watson <yalhcru@gmail.com> | 2017-07-02 14:55:00 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-08 07:11:14 +0700 |
commit | ff6eced657de68c04da3e860b0780f08dfa7f890 (patch) | |
tree | 7d11c48d1408d3ee54716d9ea746621eda95bff1 /games/mame | |
parent | 8e73f74e653a3c57d2a6a5695a6bea5c017deb1d (diff) | |
download | slackbuilds-ff6eced657de68c04da3e860b0780f08dfa7f890.tar.gz |
games/mame: Updated for version 0.187.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/mame')
-rw-r--r-- | games/mame/mame.SlackBuild | 5 | ||||
-rw-r--r-- | games/mame/mame.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games/mame/mame.SlackBuild b/games/mame/mame.SlackBuild index b8306d833f..b499fac9ae 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. +# 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} diff --git a/games/mame/mame.info b/games/mame/mame.info index ea8be6126a..79c92ddb72 100644 --- a/games/mame/mame.info +++ b/games/mame/mame.info @@ -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" |