games/openmsx-catapult: Updated for version 0.15.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
249e3f90d4
commit
75597f67e4
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for OpenMSX-Catapult
|
||||
|
||||
# Copyright 2013-2014 Erwin van Zanten, Dordrecht, The Netherlands
|
||||
# Copyright 2016-2017 Philip van der Hoeven, Almere, The Netherlands
|
||||
# Copyright 2016-2019 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.14.0}
|
||||
VERSION=${VERSION:-0.15.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openmsx-catapult"
|
||||
VERSION="0.14.0"
|
||||
VERSION="0.15.0"
|
||||
HOMEPAGE="http://openmsx.org/"
|
||||
DOWNLOAD="https://github.com/openMSX/openMSX/releases/download/RELEASE_0_14_0/openmsx-catapult-0.14.0.tar.gz"
|
||||
MD5SUM="cccc4e7bbe39a5b8a1ef5027ec1d24b3"
|
||||
DOWNLOAD="https://github.com/openMSX/openMSX/releases/download/RELEASE_0_15_0/openmsx-catapult-0.15.0.tar.gz"
|
||||
MD5SUM="ea657b944bed97e3ec6e4513955905db"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="openmsx wxPython"
|
||||
|
|
Loading…
Reference in New Issue