diff options
author | newHeiko <35038740+newHeiko@users.noreply.github.com> | 2023-04-15 22:34:48 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-16 07:37:03 +0700 |
commit | 2f0d85c44dc5cea994d1622b7e40d6e23af071ae (patch) | |
tree | 01bfea62bf2b54fde158813b76109cb46453f7d0 /games/openttd | |
parent | e557d2cb7a1ddd52976d3acb9c187bc83881b0f6 (diff) |
games/openttd: Updated for version 13.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/openttd')
-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 064ce7d10481..75fc8656e2ba 100644 --- a/games/openttd/openttd.SlackBuild +++ b/games/openttd/openttd.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=openttd -VERSION=${VERSION:-12.2} +VERSION=${VERSION:-13.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/openttd/openttd.info b/games/openttd/openttd.info index 1b9b6a35e9ba..9c82041acbca 100644 --- a/games/openttd/openttd.info +++ b/games/openttd/openttd.info @@ -1,11 +1,11 @@ PRGNAM="openttd" -VERSION="12.2" +VERSION="13.1" HOMEPAGE="http://www.openttd.org" -DOWNLOAD="https://cdn.openttd.org/openttd-releases/12.2/openttd-12.2-source.tar.xz \ +DOWNLOAD="https://cdn.openttd.org/openttd-releases/13.1/openttd-13.1-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="a43e1c82e9e2267a40137af2da2e94a7 \ +MD5SUM="f5658d156a55dc813afe2367552bdba8 \ f3cd9de89db7caf37a2e5c4c70fb1304 \ 7f853e6b6e673268165a09265ed284b0 \ 4cd2a4f8b2e160f8754736beb4d31ccd" |