summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author LEVAI Daniel <leva@ecentrum.hu>2014-04-11 01:36:00 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-11 01:36:00 +0700
commit57adb0634636c11517c48d87c6aabd72d18b598f (patch)
tree63d5a4a93b0f8748826b69a5119fd513d9a0cda4 /games
parentd4e8c61fafba3b438ef7a19403305b09e8d0f6eb (diff)
downloadslackbuilds-57adb0634636c11517c48d87c6aabd72d18b598f.tar.gz
slackbuilds-57adb0634636c11517c48d87c6aabd72d18b598f.tar.xz
games/openttd: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/openttd/openttd.SlackBuild11
-rw-r--r--games/openttd/openttd.info10
2 files changed, 11 insertions, 10 deletions
diff --git a/games/openttd/openttd.SlackBuild b/games/openttd/openttd.SlackBuild
index f42cde905d..3cb3376900 100644
--- a/games/openttd/openttd.SlackBuild
+++ b/games/openttd/openttd.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for OpenTTD
# Copyright 2007-2010 Chess Griffin <chess@chessgriffin.com>
-# Copyright 2011-2013 LEVAI Daniel
+# Copyright 2011-2014 LEVAI Daniel
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,13 +24,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openttd
-VERSION=${VERSION:-1.3.3}
+VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-OPENGFX=${OPENGFX:-0.4.7}
-OPENSFX=${OPENSFX:-0.2.3}
-OPENMSX=${OPENMSX:-0.3.1}
+OPENGFX=0.5.0
+OPENSFX=0.2.3
+OPENMSX=0.3.1
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -76,6 +76,7 @@ tar xvf $CWD/$PRGNAM-$VERSION-source.tar.xz
cd $PRGNAM-$VERSION
if [ "$OPENDATA" == "YES" ]; then
unzip -o $CWD/opengfx-$OPENGFX-all.zip
+ tar -xvf opengfx-${OPENGFX}.tar
unzip -o $CWD/opensfx-$OPENSFX-all.zip
unzip -o $CWD/openmsx-$OPENMSX-all.zip
fi
diff --git a/games/openttd/openttd.info b/games/openttd/openttd.info
index 26ac46e7d7..ef38cb825d 100644
--- a/games/openttd/openttd.info
+++ b/games/openttd/openttd.info
@@ -1,12 +1,12 @@
PRGNAM="openttd"
-VERSION="1.3.3"
+VERSION="1.4.0"
HOMEPAGE="http://www.openttd.org"
-DOWNLOAD="http://binaries.openttd.org/releases/1.3.3/openttd-1.3.3-source.tar.xz \
- http://binaries.openttd.org/extra/opengfx/0.4.7/opengfx-0.4.7-all.zip \
+DOWNLOAD="http://binaries.openttd.org/releases/1.4.0/openttd-1.4.0-source.tar.xz \
+ http://binaries.openttd.org/extra/opengfx/0.5.0/opengfx-0.5.0-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="97855877328d61d6c01833c8748a5b96 \
- 7709afafb1e6429ee517a5c93a03316c \
+MD5SUM="aecab1565c861acd1b117d4830a09edc \
+ f2ca3f1b23e360264940913ad42f3d9a \
858b79d44aea6de5e15d9d1439e86cc3 \
3605b82f24153500c8a1804e4420168a"
DOWNLOAD_x86_64=""