diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2018-03-04 22:48:49 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-06 02:04:13 +0700 |
commit | e5a30b2e2aa837853b4a006250bfac7e0a5be649 (patch) | |
tree | 4283cc06cf4970ecde650e7fafe582153f62096e | |
parent | bf15fb89964ce409a422cfc2a6a5c2669544ed3e (diff) | |
download | slackbuilds-e5a30b2e2aa837853b4a006250bfac7e0a5be649.tar.gz |
games/mrboom: Updated for version 4.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | games/mrboom/mrboom.SlackBuild | 4 | ||||
-rw-r--r-- | games/mrboom/mrboom.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/mrboom/mrboom.SlackBuild b/games/mrboom/mrboom.SlackBuild index cb0fb17441..2fcea6c00d 100644 --- a/games/mrboom/mrboom.SlackBuild +++ b/games/mrboom/mrboom.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mrboom -# Copyright 2017 Thibaut Notteboom, Paris, FRANCE +# Copyright 2017-2018 Thibaut Notteboom, Paris, FRANCE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mrboom -VERSION=${VERSION:-4.1} +VERSION=${VERSION:-4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/mrboom/mrboom.info b/games/mrboom/mrboom.info index 124822a4c9..8a51264e7c 100644 --- a/games/mrboom/mrboom.info +++ b/games/mrboom/mrboom.info @@ -1,8 +1,8 @@ PRGNAM="mrboom" -VERSION="4.1" +VERSION="4.4" HOMEPAGE="http://mrboom.mumblecore.org/" -DOWNLOAD="https://github.com/Javanaise/mrboom-libretro/archive/4.1/mrboom-libretro-4.1.tar.gz" -MD5SUM="45eea4d64c622d8c2c8d8689e94a0874" +DOWNLOAD="https://github.com/Javanaise/mrboom-libretro/archive/4.4/mrboom-libretro-4.4.tar.gz" +MD5SUM="28f3271f449eea907e8ee5342a972123" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libmodplug SDL2_mixer libminizip" |