mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/openttd: Updated for version 1.3.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
4c2b79a823
commit
a5978813a8
3 changed files with 13 additions and 13 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for OpenTTD
|
||||
|
||||
# Copyright 2007-2010 Chess Griffin <chess@chessgriffin.com>
|
||||
# Copyright 2011, 2012 LEVAI Daniel
|
||||
# Copyright 2011-2013 LEVAI Daniel
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,11 +24,11 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=openttd
|
||||
VERSION=${VERSION:-1.2.3}
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
OPENGFX=0.4.4
|
||||
OPENGFX=0.4.6.1
|
||||
OPENSFX=0.2.3
|
||||
OPENMSX=0.3.1
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
PRGNAM="openttd"
|
||||
VERSION="1.2.3"
|
||||
VERSION="1.3.0"
|
||||
HOMEPAGE="http://www.openttd.org"
|
||||
DOWNLOAD="http://binaries.openttd.org/releases/1.2.3/openttd-1.2.3-source.tar.xz \
|
||||
http://binaries.openttd.org/extra/opengfx/0.4.4/opengfx-0.4.4-all.zip \
|
||||
DOWNLOAD="http://binaries.openttd.org/releases/1.3.0/openttd-1.3.0-source.tar.xz \
|
||||
http://binaries.openttd.org/extra/opengfx/0.4.6.1/opengfx-0.4.6.1-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="e1cf40f7c29f8f4b3e96c21626db241d \
|
||||
0e5e4ac8fe21d866012dcbd0a976b25f \
|
||||
MD5SUM="2120f89c62a56fe3a5adebcc78dc607e \
|
||||
74178b3ebac7a030ad8a46426f6fcd07 \
|
||||
858b79d44aea6de5e15d9d1439e86cc3 \
|
||||
3605b82f24153500c8a1804e4420168a"
|
||||
DOWNLOAD_x86_64=""
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
openttd: OpenTTD (open-source clone of Transport Tycoon Deluxe)
|
||||
|
|
Loading…
Reference in a new issue