diff options
author | newHeiko <35038740+newHeiko@users.noreply.github.com> | 2024-01-10 21:56:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-11 12:34:43 +0700 |
commit | 4fad9fcdbb272fefef275e6db32a164d94617320 (patch) | |
tree | 9cc5e767519e373e0fa67681429dfc71d7e5f8d0 /games | |
parent | 12497db64f8ff874d17742e170f93994ba4a562b (diff) |
games/openttd: Updated for version 13.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/openttd/openttd.SlackBuild | 4 | ||||
-rw-r--r-- | games/openttd/openttd.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/openttd/openttd.SlackBuild b/games/openttd/openttd.SlackBuild index 75fc8656e2ba..f7e8f0912edb 100644 --- a/games/openttd/openttd.SlackBuild +++ b/games/openttd/openttd.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2007-2010 Chess Griffin <chess@chessgriffin.com> # Copyright 2011-2014 LEVAI Daniel -# Copyright 2020-2022 Heiko Rosemann Germany +# Copyright 2020-2024 Heiko Rosemann Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=openttd -VERSION=${VERSION:-13.1} +VERSION=${VERSION:-13.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/openttd/openttd.info b/games/openttd/openttd.info index 9c82041acbca..7ba1d9ef928f 100644 --- a/games/openttd/openttd.info +++ b/games/openttd/openttd.info @@ -1,11 +1,11 @@ PRGNAM="openttd" -VERSION="13.1" +VERSION="13.4" HOMEPAGE="http://www.openttd.org" -DOWNLOAD="https://cdn.openttd.org/openttd-releases/13.1/openttd-13.1-source.tar.xz \ +DOWNLOAD="https://cdn.openttd.org/openttd-releases/13.4/openttd-13.4-source.tar.xz \ https://cdn.openttd.org/opengfx-releases/7.1/opengfx-7.1-all.zip \ https://cdn.openttd.org/openmsx-releases/0.4.2/openmsx-0.4.2-all.zip \ https://cdn.openttd.org/opensfx-releases/1.0.3/opensfx-1.0.3-all.zip" -MD5SUM="f5658d156a55dc813afe2367552bdba8 \ +MD5SUM="ed42437a6f33e83b3e27f9ebd988efc4 \ f3cd9de89db7caf37a2e5c4c70fb1304 \ 7f853e6b6e673268165a09265ed284b0 \ 4cd2a4f8b2e160f8754736beb4d31ccd" |