diff options
author | Heiko Rosemann <heiko.rosemann@web.de> | 2020-06-15 15:48:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-15 15:48:09 +0700 |
commit | 31ad350a89e608aba12893c4873d2867e7fe6481 (patch) | |
tree | 0570e39f065335a24fb4b3b508e7f7f7dce6ba1d | |
parent | 3e5201b44a712b68870c82bff6289f5f630df492 (diff) | |
download | slackbuilds-31ad350a89e608aba12893c4873d2867e7fe6481.tar.gz |
games/openttd: Updated for version 1.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/openttd/openttd.SlackBuild | 7 | ||||
-rw-r--r-- | games/openttd/openttd.info | 18 |
2 files changed, 13 insertions, 12 deletions
diff --git a/games/openttd/openttd.SlackBuild b/games/openttd/openttd.SlackBuild index 2430a7d97a..5e9956d310 100644 --- a/games/openttd/openttd.SlackBuild +++ b/games/openttd/openttd.SlackBuild @@ -4,6 +4,7 @@ # Copyright 2007-2010 Chess Griffin <chess@chessgriffin.com> # Copyright 2011-2014 LEVAI Daniel +# Copyright 2020 Heiko Rosemann # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,11 +25,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openttd -VERSION=${VERSION:-1.6.1} +VERSION=${VERSION:-1.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -OPENGFX=0.5.2 +OPENGFX=0.6.0 OPENSFX=0.2.3 OPENMSX=0.3.1 @@ -59,7 +60,7 @@ elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" + SLKCFLAGS="-O2 -fPIC " LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" diff --git a/games/openttd/openttd.info b/games/openttd/openttd.info index 91de4393e4..b049376f26 100644 --- a/games/openttd/openttd.info +++ b/games/openttd/openttd.info @@ -1,16 +1,16 @@ PRGNAM="openttd" -VERSION="1.6.1" +VERSION="1.10.1" HOMEPAGE="http://www.openttd.org" -DOWNLOAD="http://binaries.openttd.org/releases/1.6.1/openttd-1.6.1-source.tar.xz \ - http://binaries.openttd.org/extra/opengfx/0.5.2/opengfx-0.5.2-all.zip \ - http://binaries.openttd.org/extra/openmsx/0.3.1/openmsx-0.3.1-all.zip \ - http://binaries.openttd.org/extra/opensfx/0.2.3/opensfx-0.2.3-all.zip" -MD5SUM="420c0488d2b085a1879ae2325e558310 \ - e64352d0578822c6e5388b631b3086f7 \ +DOWNLOAD="https://cdn.openttd.org/openttd-releases/1.10.1/openttd-1.10.1-source.tar.xz \ + https://cdn.openttd.org/opengfx-releases/0.6.0/opengfx-0.6.0-all.zip \ + https://cdn.openttd.org/openmsx-releases/0.3.1/openmsx-0.3.1-all.zip \ + https://cdn.openttd.org/opensfx-releases/0.2.3/opensfx-0.2.3-all.zip" +MD5SUM="d01908c4d23c1a0065d8e1d17dec9f42 \ + 994d8ce816542b74130964971736d4d6 \ 858b79d44aea6de5e15d9d1439e86cc3 \ 3605b82f24153500c8a1804e4420168a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="LEVAI Daniel" -EMAIL="leva@ecentrum.hu" +MAINTAINER="Heiko Rosemann" +EMAIL="heiko.rosemann@web.de" |