summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-30 01:05:29 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-30 01:05:29 +0700
commite0786df4f056458449ce0b8ba5ae7d4fe4573608 (patch)
tree85c0c57b407b005e75874b1811cb76040832f8ba
parentecb7602dbd6ba9bf2e269ef605e06eb6cdac2dce (diff)
downloadslackbuilds-e0786df4f.tar.gz
slackbuilds-e0786df4f.tar.xz
games/wesnoth: Updated for version 1.12.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/wesnoth/wesnoth.SlackBuild8
-rw-r--r--games/wesnoth/wesnoth.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild
index a6e7c4d180..f9faf2c240 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-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2010-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.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.12}
+VERSION=${VERSION:-1.12.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,10 +67,10 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
-rm -rf $TMP/$PRGNAM-$VERSION.0
+rm -rf $TMP/$PRGNAM-$VERSION
cd $TMP
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
-cd $PRGNAM-$VERSION.0
+cd $PRGNAM-$VERSION
# This patch should be enabled when you used GCC 4.7.0 or above
patch -p0 < $CWD/terrain_translation.patch
diff --git a/games/wesnoth/wesnoth.info b/games/wesnoth/wesnoth.info
index 0037daa5d3..ed59e948d7 100644
--- a/games/wesnoth/wesnoth.info
+++ b/games/wesnoth/wesnoth.info
@@ -1,8 +1,8 @@
PRGNAM="wesnoth"
-VERSION="1.12"
+VERSION="1.12.1"
HOMEPAGE="http://www.wesnoth.org"
-DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.12.tar.bz2"
-MD5SUM="1fa1a43cb7f6f1664c36d7e4c1eedc01"
+DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.12.1.tar.bz2"
+MD5SUM="8eb093c3300635d5097948745ce37a43"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="scons"