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 | |
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')
-rw-r--r-- | games/wesnoth/wesnoth.SlackBuild | 3 | ||||
-rw-r--r-- | games/wesnoth/wesnoth.info | 12 |
2 files changed, 8 insertions, 7 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} diff --git a/games/wesnoth/wesnoth.info b/games/wesnoth/wesnoth.info index 16fa272a84..6d060284b6 100644 --- a/games/wesnoth/wesnoth.info +++ b/games/wesnoth/wesnoth.info @@ -1,10 +1,10 @@ PRGNAM="wesnoth" -VERSION="1.8.1" +VERSION="1.8.4" HOMEPAGE="http://www.wesnoth.org" -DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.8.1.tar.bz2" -MD5SUM="3d008b0eac291c761a1d27d05651f25f" +DOWNLOAD="http://kent.dl.sourceforge.net/project/wesnoth/wesnoth-1.8/wesnoth-1.8.4/wesnoth-1.8.4.tar.bz2" +MD5SUM="2dce83f835ecce1d505ea60e46b7356f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="Michiel van Wessem" -EMAIL="michiel@slackbuilds.org" -APPROVED="rworkman" +MAINTAINER="Willy Sudiarto Raharjo" +EMAIL="willysr@slackware-id.org" +APPROVED="dsomero" |