games/openttd: Updated for version 1.10.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Heiko Rosemann 2020-06-15 15:48:09 +07:00 committed by Willy Sudiarto Raharjo
parent 3e5201b44a
commit 31ad350a89
2 changed files with 13 additions and 12 deletions

View File

@ -4,6 +4,7 @@
# Copyright 2007-2010 Chess Griffin <chess@chessgriffin.com> # Copyright 2007-2010 Chess Griffin <chess@chessgriffin.com>
# Copyright 2011-2014 LEVAI Daniel # Copyright 2011-2014 LEVAI Daniel
# Copyright 2020 Heiko Rosemann
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -24,11 +25,11 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openttd PRGNAM=openttd
VERSION=${VERSION:-1.6.1} VERSION=${VERSION:-1.10.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
OPENGFX=0.5.2 OPENGFX=0.6.0
OPENSFX=0.2.3 OPENSFX=0.2.3
OPENMSX=0.3.1 OPENMSX=0.3.1
@ -59,7 +60,7 @@ elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686" SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX="" LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC" SLKCFLAGS="-O2 -fPIC "
LIBDIRSUFFIX="64" LIBDIRSUFFIX="64"
else else
SLKCFLAGS="-O2" SLKCFLAGS="-O2"

View File

@ -1,16 +1,16 @@
PRGNAM="openttd" PRGNAM="openttd"
VERSION="1.6.1" VERSION="1.10.1"
HOMEPAGE="http://www.openttd.org" HOMEPAGE="http://www.openttd.org"
DOWNLOAD="http://binaries.openttd.org/releases/1.6.1/openttd-1.6.1-source.tar.xz \ DOWNLOAD="https://cdn.openttd.org/openttd-releases/1.10.1/openttd-1.10.1-source.tar.xz \
http://binaries.openttd.org/extra/opengfx/0.5.2/opengfx-0.5.2-all.zip \ https://cdn.openttd.org/opengfx-releases/0.6.0/opengfx-0.6.0-all.zip \
http://binaries.openttd.org/extra/openmsx/0.3.1/openmsx-0.3.1-all.zip \ https://cdn.openttd.org/openmsx-releases/0.3.1/openmsx-0.3.1-all.zip \
http://binaries.openttd.org/extra/opensfx/0.2.3/opensfx-0.2.3-all.zip" https://cdn.openttd.org/opensfx-releases/0.2.3/opensfx-0.2.3-all.zip"
MD5SUM="420c0488d2b085a1879ae2325e558310 \ MD5SUM="d01908c4d23c1a0065d8e1d17dec9f42 \
e64352d0578822c6e5388b631b3086f7 \ 994d8ce816542b74130964971736d4d6 \
858b79d44aea6de5e15d9d1439e86cc3 \ 858b79d44aea6de5e15d9d1439e86cc3 \
3605b82f24153500c8a1804e4420168a" 3605b82f24153500c8a1804e4420168a"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""
MAINTAINER="LEVAI Daniel" MAINTAINER="Heiko Rosemann"
EMAIL="leva@ecentrum.hu" EMAIL="heiko.rosemann@web.de"