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/openttd/openttd.SlackBuild | |
parent | 12497db64f8ff874d17742e170f93994ba4a562b (diff) |
games/openttd: Updated for version 13.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/openttd/openttd.SlackBuild')
-rw-r--r-- | games/openttd/openttd.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/openttd/openttd.SlackBuild b/games/openttd/openttd.SlackBuild index 75fc8656e2ba5..f7e8f0912edb4 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} |