Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions games/openttd/openttd.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Copyright 2007-2010 Chess Griffin <chess@chessgriffin.com>
# Copyright 2011-2014 LEVAI Daniel
# Copyright 2020-2024 Heiko Rosemann Germany
# Copyright 2020-2026 Heiko Rosemann Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -27,12 +27,12 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=openttd
VERSION=${VERSION:-14.1}
VERSION=${VERSION:-15.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

OPENGFX=7.1
OPENGFX=8.0
OPENSFX=1.0.3
OPENMSX=0.4.2

Expand Down
10 changes: 5 additions & 5 deletions games/openttd/openttd.info
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PRGNAM="openttd"
VERSION="14.1"
VERSION="15.2"
HOMEPAGE="http://www.openttd.org"
DOWNLOAD="https://cdn.openttd.org/openttd-releases/14.1/openttd-14.1-source.tar.xz \
https://cdn.openttd.org/opengfx-releases/7.1/opengfx-7.1-all.zip \
DOWNLOAD="https://cdn.openttd.org/openttd-releases/15.2/openttd-15.2-source.tar.xz \
https://cdn.openttd.org/opengfx-releases/8.0/opengfx-8.0-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="cb708ae418a12175385267e0dd74b4f6 \
f3cd9de89db7caf37a2e5c4c70fb1304 \
MD5SUM="7107556d4017610e73efa7a315ed8e66 \
8e4098870ba520f9f615a7b57208c922 \
7f853e6b6e673268165a09265ed284b0 \
4cd2a4f8b2e160f8754736beb4d31ccd"
DOWNLOAD_x86_64=""
Expand Down
Loading