diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-22 09:18:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-23 18:53:33 +0700 |
commit | 00c17e2b94a6237b9002a262dc4ee778fe997ac9 (patch) | |
tree | 949bc3ae8b55f84cecf6ebd5246cc691ec38642e /games/wesnoth/wesnoth.SlackBuild | |
parent | 4b368816184a1e1bc8bb9376483e645e75bbd42f (diff) |
games/wesnoth: Updated for version 1.12.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/wesnoth/wesnoth.SlackBuild')
-rw-r--r-- | games/wesnoth/wesnoth.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild index b260b533024a..54638aa10d0c 100644 --- a/games/wesnoth/wesnoth.SlackBuild +++ b/games/wesnoth/wesnoth.SlackBuild @@ -3,7 +3,7 @@ # SlackBuild script for "Battle of Wesnoth". # Copyright 2007-2010 Michiel van Wessem, Manchester, United Kingdom -# Copyright 2010-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2010-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,8 +26,8 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wesnoth -VERSION=${VERSION:-1.12.5} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.12.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |