diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-04-08 06:22:37 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-04-15 17:21:00 -0500 |
commit | ebd7fe5e236b6ad8168adb09c038d0e9bc0d6527 (patch) | |
tree | 6c21c52c0986b3968b87611385713bb82caccc6f /games | |
parent | 5fc88f41e59e12312a28ebbd2d2866a61d824b0b (diff) | |
download | slackbuilds-ebd7fe5e236b6ad8168adb09c038d0e9bc0d6527.tar.gz |
games/wesnoth: Updated for version 1.10.6.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/wesnoth/wesnoth.SlackBuild | 6 | ||||
-rw-r--r-- | games/wesnoth/wesnoth.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild index 9a57cfd136..e216827b35 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-2012 Willy Sudiarto Raharjo, Jogja, Indonesia (willysr@slackware-id.org) +# Copyright 2010-2013 Willy Sudiarto Raharjo, Jogja, Indonesia (willysr@slackware-id.org) # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wesnoth -VERSION=${VERSION:-1.10.5} +VERSION=${VERSION:-1.10.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,7 +66,7 @@ if [ "$SERVER" = "yes" ]; then -DSERVER_GID=229 " fi -set -e # Exit on all errors. +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT diff --git a/games/wesnoth/wesnoth.info b/games/wesnoth/wesnoth.info index 7a62906f48..9603323c7b 100644 --- a/games/wesnoth/wesnoth.info +++ b/games/wesnoth/wesnoth.info @@ -1,8 +1,8 @@ PRGNAM="wesnoth" -VERSION="1.10.5" +VERSION="1.10.6" HOMEPAGE="http://www.wesnoth.org" -DOWNLOAD="http://nchc.dl.sourceforge.net/project/wesnoth/wesnoth-1.10/wesnoth-1.10.5/wesnoth-1.10.5.tar.bz2" -MD5SUM="03d9683cd83d17c6536bdf5c4940bbc8" +DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.10.6.tar.bz2" +MD5SUM="547e3489bbfa778912b11dbee612c380" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua" |