summaryrefslogtreecommitdiffstats
path: root/games/wesnoth/wesnoth.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackware-id.org>2012-05-29 17:31:08 -0400
committer Erik Hanson <erik@slackbuilds.org>2012-06-03 15:21:08 -0500
commita1bb68f9dcd0b5ef9dbe008d32fbe8ef66365135 (patch)
tree0f9dfdcbcfd20296edaf6edbba058527482006d0 /games/wesnoth/wesnoth.SlackBuild
parent10049ae99ca596602c0382fca641f075039722c1 (diff)
downloadslackbuilds-a1bb68f9dcd0b5ef9dbe008d32fbe8ef66365135.tar.gz
slackbuilds-a1bb68f9dcd0b5ef9dbe008d32fbe8ef66365135.tar.xz
games/wesnoth: Updated for version 1.10.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/wesnoth/wesnoth.SlackBuild')
-rw-r--r--games/wesnoth/wesnoth.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild
index 3e6ab3e659..31b1280c49 100644
--- a/games/wesnoth/wesnoth.SlackBuild
+++ b/games/wesnoth/wesnoth.SlackBuild
@@ -26,16 +26,14 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wesnoth
-VERSION=${VERSION:-1.10.2}
+VERSION=${VERSION:-1.10.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi