diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2013-04-23 20:47:15 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-28 12:28:09 -0300 |
commit | a5978813a811c429f5e32405d8fd1a2738a1ca45 (patch) | |
tree | 2ec24217f9ecead28f40075cad19691a5e124922 /games/openttd/openttd.SlackBuild | |
parent | 4c2b79a8231d4a5b09e12b208cdc57d580ea8571 (diff) | |
download | slackbuilds-a5978813a811c429f5e32405d8fd1a2738a1ca45.tar.gz |
games/openttd: Updated for version 1.3.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/openttd/openttd.SlackBuild')
-rw-r--r-- | games/openttd/openttd.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/openttd/openttd.SlackBuild b/games/openttd/openttd.SlackBuild index e321ff9d11..894ff16d38 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, 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 |