diff options
author | B. Watson <yalhcru@gmail.com> | 2013-06-15 20:05:54 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-15 20:05:54 -0300 |
commit | c156d5d150fa64b77b2f61461b30d6e3ff091f75 (patch) | |
tree | 744ba3e7b0fb6e6ba1ae123465781ac7a80fd7a9 /games/defendguin/defendguin.SlackBuild | |
parent | a6818c11b53f03137e838df4ea845a90ea6d3701 (diff) | |
download | slackbuilds-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.SlackBuild | 4 |
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 |