diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2010-09-07 10:30:47 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-09-07 10:30:47 -0400 |
commit | fa991dd4e2c6e93432a6c8509b57a44cefeb7d90 (patch) | |
tree | b62c1e400554d0275967d5ed4b5bb44b2aebd6f8 /games/wesnoth/wesnoth.SlackBuild | |
parent | c68b37eff86fa80069096eaa8b9274ce58e0f09b (diff) | |
download | slackbuilds-fa991dd4e2c6e93432a6c8509b57a44cefeb7d90.tar.gz |
games/wesnoth: Updated for version 1.8.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/wesnoth/wesnoth.SlackBuild')
-rw-r--r-- | games/wesnoth/wesnoth.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild index 5c998b4740..4ba798fa54 100644 --- a/games/wesnoth/wesnoth.SlackBuild +++ b/games/wesnoth/wesnoth.SlackBuild @@ -3,6 +3,7 @@ # SlackBuild script for "Battle of Wesnoth". # Copyright 2007-2010 Michiel van Wessem, Manchester, United Kingdom +# Copyright 2010 Willy Sudiarto Raharjo (willysr@slackware-id.org) # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -25,7 +26,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wesnoth -VERSION=${VERSION:-1.8.1} +VERSION=${VERSION:-1.8.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |