diff options
author | newHeiko <35038740+newHeiko@users.noreply.github.com> | 2024-04-27 17:46:15 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-04 21:44:53 +0700 |
commit | e93febbb07a83ae64ba83ad382dfd4cdca2fc790 (patch) | |
tree | 595016185f44891c016352832b76fa6df4d6f261 /games | |
parent | 0972c8abc7c31f4ddd9c79294523112f75d1da1b (diff) |
games/openttd: Updated for version 14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/openttd/openttd.SlackBuild | 2 | ||||
-rw-r--r-- | games/openttd/openttd.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/openttd/openttd.SlackBuild b/games/openttd/openttd.SlackBuild index f7e8f0912edb..dcf0ae6f508e 100644 --- a/games/openttd/openttd.SlackBuild +++ b/games/openttd/openttd.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=openttd -VERSION=${VERSION:-13.4} +VERSION=${VERSION:-14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/openttd/openttd.info b/games/openttd/openttd.info index 7ba1d9ef928f..88fd22d9c2e6 100644 --- a/games/openttd/openttd.info +++ b/games/openttd/openttd.info @@ -1,11 +1,11 @@ PRGNAM="openttd" -VERSION="13.4" +VERSION="14.0" HOMEPAGE="http://www.openttd.org" -DOWNLOAD="https://cdn.openttd.org/openttd-releases/13.4/openttd-13.4-source.tar.xz \ +DOWNLOAD="https://cdn.openttd.org/openttd-releases/14.0/openttd-14.0-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="ed42437a6f33e83b3e27f9ebd988efc4 \ +MD5SUM="f8244406ab5a1efcdf4fe8d173516a5a \ f3cd9de89db7caf37a2e5c4c70fb1304 \ 7f853e6b6e673268165a09265ed284b0 \ 4cd2a4f8b2e160f8754736beb4d31ccd" |