mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/openmsx-catapult: Updated for version 19.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e4acda876d
commit
98e6620df8
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for OpenMSX-Catapult
|
||||
|
||||
# Copyright 2013-2014 Erwin van Zanten, Dordrecht, The Netherlands
|
||||
# Copyright 2016-2022 Philip van der Hoeven, Almere, The Netherlands
|
||||
# Copyright 2016-2024 Philip van der Hoeven, Almere, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=openmsx-catapult
|
||||
VERSION=${VERSION:-18.0}
|
||||
VERSION=${VERSION:-19.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openmsx-catapult"
|
||||
VERSION="18.0"
|
||||
VERSION="19.0"
|
||||
HOMEPAGE="http://openmsx.org/"
|
||||
DOWNLOAD="https://github.com/openMSX/openMSX/releases/download/RELEASE_18_0/openmsx-catapult-18.0.tar.gz"
|
||||
MD5SUM="181c38d093db5d42d8259d7f7db6ff90"
|
||||
DOWNLOAD="https://github.com/openMSX/openMSX/releases/download/RELEASE_19_0/openmsx-catapult-19.0.tar.gz"
|
||||
MD5SUM="e64b67e2a866f4173ee0d6ef8f687154"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="openmsx wxGTK3"
|
||||
|
|
Loading…
Reference in a new issue