diff options
author | Philip van der Hoeven <philip@vd-hoeven.nl> | 2017-08-05 14:45:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-12 06:57:22 +0700 |
commit | eb84ae49c8b1ba1a5fdddb7d561739f1e1e5b323 (patch) | |
tree | e2605dbe69350767d876d70384e009a1db6a57fb /games/openmsx-catapult | |
parent | 4f1e8f12bb580f0026f3c292b069d52f49cf94cd (diff) | |
download | slackbuilds-eb84ae49c8b1ba1a5fdddb7d561739f1e1e5b323.tar.gz |
games/openmsx-catapult: Updated for version 0.14.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/openmsx-catapult')
-rw-r--r-- | games/openmsx-catapult/README | 2 | ||||
-rw-r--r-- | games/openmsx-catapult/openmsx-catapult.SlackBuild | 4 | ||||
-rw-r--r-- | games/openmsx-catapult/openmsx-catapult.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games/openmsx-catapult/README b/games/openmsx-catapult/README index ecd670e997..824eb1fd1f 100644 --- a/games/openmsx-catapult/README +++ b/games/openmsx-catapult/README @@ -4,7 +4,7 @@ The code is stored in Subversion, an open source version management system. Catapult is released at every openMSX release. It can be released in between openMSX releases as well, if there is a lot of development that we want to share with the users without waiting for -the next openMSX release. +the next openMSX release. For more information how to configure openMSX and view the users manual visit its homepage. diff --git a/games/openmsx-catapult/openmsx-catapult.SlackBuild b/games/openmsx-catapult/openmsx-catapult.SlackBuild index a1c0fda897..a83f05951a 100644 --- a/games/openmsx-catapult/openmsx-catapult.SlackBuild +++ b/games/openmsx-catapult/openmsx-catapult.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for OpenMSX-Catapult # Copyright 2013-2014 Erwin van Zanten, Dordrecht, The Netherlands -# Copyright 2016 Philip van der Hoeven, Almere, The Netherlands +# Copyright 2016-2017 Philip van der Hoeven, Almere, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openmsx-catapult -VERSION=${VERSION:-0.13.0} +VERSION=${VERSION:-0.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/openmsx-catapult/openmsx-catapult.info b/games/openmsx-catapult/openmsx-catapult.info index 2f44da0b61..7fc2e8660c 100644 --- a/games/openmsx-catapult/openmsx-catapult.info +++ b/games/openmsx-catapult/openmsx-catapult.info @@ -1,8 +1,8 @@ PRGNAM="openmsx-catapult" -VERSION="0.13.0" +VERSION="0.14.0" HOMEPAGE="http://openmsx.org/" -DOWNLOAD="https://github.com/openMSX/openMSX/releases/download/RELEASE_0_13_0/openmsx-catapult-0.13.0.tar.gz" -MD5SUM="87b393b5ca710eb4c84fc27e082759ae" +DOWNLOAD="https://github.com/openMSX/openMSX/releases/download/RELEASE_0_14_0/openmsx-catapult-0.14.0.tar.gz" +MD5SUM="cccc4e7bbe39a5b8a1ef5027ec1d24b3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="openmsx wxPython" |