diff options
author | Daniel LEVAI <leva@ecentrum.hu> | 2012-11-22 19:01:38 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-11-24 15:36:45 -0500 |
commit | f4330fdeac8f261d3b48ee5a707f79f5f956380c (patch) | |
tree | 47fdec58b5a3dceef7eefe656ad52e2aaa824581 /games/openttd/openttd.SlackBuild | |
parent | 98607e61c893ac091ac9c924d25bc67bc898db67 (diff) |
games/openttd: Updated for version 1.2.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/openttd/openttd.SlackBuild')
-rw-r--r-- | games/openttd/openttd.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/openttd/openttd.SlackBuild b/games/openttd/openttd.SlackBuild index 5b5d2841f15c..e321ff9d1164 100644 --- a/games/openttd/openttd.SlackBuild +++ b/games/openttd/openttd.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for OpenTTD # Copyright 2007-2010 Chess Griffin <chess@chessgriffin.com> +# Copyright 2011, 2012 LEVAI Daniel # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openttd -VERSION=${VERSION:-1.2.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.2.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} OPENGFX=0.4.4 |