summaryrefslogtreecommitdiffstats
path: root/games/defendguin/defendguin.SlackBuild
diff options
context:
space:
mode:
author B. Watson2013-06-16 01:05:54 +0200
committer Niels Horn2013-06-16 01:05:54 +0200
commitc156d5d150fa64b77b2f61461b30d6e3ff091f75 (patch)
tree744ba3e7b0fb6e6ba1ae123465781ac7a80fd7a9 /games/defendguin/defendguin.SlackBuild
parenta6818c11b53f03137e838df4ea845a90ea6d3701 (diff)
downloadslackbuilds-c156d5d150fa64b77b2f61461b30d6e3ff091f75.tar.gz
games/defendguin: Updated for version 0.0.12.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/defendguin/defendguin.SlackBuild')
-rw-r--r--games/defendguin/defendguin.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/defendguin/defendguin.SlackBuild b/games/defendguin/defendguin.SlackBuild
index fd3c0f833a..155effd97a 100644
--- a/games/defendguin/defendguin.SlackBuild
+++ b/games/defendguin/defendguin.SlackBuild
@@ -7,16 +7,14 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=defendguin
-VERSION=${VERSION:-0.0.11}
+VERSION=${VERSION:-0.0.12}
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