diff options
author | philipvdh <philip@vd-hoeven.nl> | 2022-02-22 16:29:27 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-23 01:51:07 +0700 |
commit | e5c893cef698c18b4dc4aa538969bf998fa61b4d (patch) | |
tree | a80cc50c700cfa7721f735fb2cb938067159c4bb /games/openmsx-catapult/openmsx-catapult.SlackBuild | |
parent | 8029800fcbf7b74980dd072f608c46cd6f10996f (diff) |
games/openmsx-catapult: Updated for version 17.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/openmsx-catapult/openmsx-catapult.SlackBuild')
-rw-r--r-- | games/openmsx-catapult/openmsx-catapult.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/openmsx-catapult/openmsx-catapult.SlackBuild b/games/openmsx-catapult/openmsx-catapult.SlackBuild index 26140573f519d..4d2cf3a5acec1 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-2019 Philip van der Hoeven, Almere, The Netherlands +# Copyright 2016-2022 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:-0.15.0} +VERSION=${VERSION:-17.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |