mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/openmsx: Updated for version 0.12.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
000cfb8176
commit
d761bdc06a
2 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for OpenMSX
|
# Slackware build script for OpenMSX
|
||||||
|
|
||||||
# Copyright 2013-2014 Erwin van Zanten, Dordrecht, The Netherlands
|
# Copyright 2013-2014 Erwin van Zanten, Dordrecht, The Netherlands
|
||||||
# Copyright 2015 Philip van der Hoeven, Almere, The Netherlands
|
# Copyright 2016 Philip van der Hoeven, Almere, The Netherlands
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=openmsx
|
PRGNAM=openmsx
|
||||||
VERSION=${VERSION:-0.11.0}
|
VERSION=${VERSION:-0.12.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="openmsx"
|
PRGNAM="openmsx"
|
||||||
VERSION="0.11.0"
|
VERSION="0.12.0"
|
||||||
HOMEPAGE="http://openmsx.sourceforge.net/"
|
HOMEPAGE="http://openmsx.org/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/openmsx/openmsx-0.11.0.tar.gz"
|
DOWNLOAD="https://github.com/openMSX/openMSX/releases/download/RELEASE_0_12_0/openmsx-0.12.0.tar.gz"
|
||||||
MD5SUM="b6f9c92f3921d9022b89b727c99897f0"
|
MD5SUM="a167b0923a354b5826b51751811ae580"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="libxml++"
|
REQUIRES="libxml++"
|
||||||
|
|
Loading…
Reference in a new issue