diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2010-04-14 20:30:10 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:37:55 +0200 |
commit | 356dc77b9d36151907238cc790f1a32225a4a0be (patch) | |
tree | 429cdf2dbeb90a09e6cbe1d8d304c38426ea06a0 | |
parent | 6c33e78c4cbc5e44d18732562916b31c774bf409 (diff) | |
download | slackbuilds-356dc77b9d36151907238cc790f1a32225a4a0be.tar.gz |
games/wesnoth: Updated for version 1.8.
-rw-r--r-- | games/wesnoth/wesnoth.SlackBuild | 4 | ||||
-rw-r--r-- | games/wesnoth/wesnoth.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild index b309ee0d2e..1649e33b85 100644 --- a/games/wesnoth/wesnoth.SlackBuild +++ b/games/wesnoth/wesnoth.SlackBuild @@ -2,7 +2,7 @@ # SlackBuilid script for "Battle of Wesnoth". -# Copyright 2007-2009 Michiel van Wessem, Manchester, United Kingdom +# Copyright 2007-2010 Michiel van Wessem, Manchester, United Kingdom # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -25,7 +25,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wesnoth -VERSION=${VERSION:-1.7.11} +VERSION=${VERSION:-1.8} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/wesnoth/wesnoth.info b/games/wesnoth/wesnoth.info index c945ab1021..da3c1dd210 100644 --- a/games/wesnoth/wesnoth.info +++ b/games/wesnoth/wesnoth.info @@ -1,10 +1,10 @@ PRGNAM="wesnoth" -VERSION="1.7.11" +VERSION="1.8" HOMEPAGE="http://www.wesnoth.org" -DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.7.11.tar.bz2" -MD5SUM="3155761d45f692269af3b038366bc946" +DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.8.tar.bz2" +MD5SUM="07e4b97512e307c54dcfd86659a61e41" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Michiel van Wessem" EMAIL="michiel@slackbuilds.org" -APPROVED="Erik Hanson" +APPROVED="dsomero" |