mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/openmsx-catapult: Updated for version 0.14.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4f1e8f12bb
commit
eb84ae49c8
3 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue