diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-06-15 21:44:12 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-06-16 00:09:44 -0500 |
commit | 011eb711e94ff811ec418c4c0ee3d44cff92444a (patch) | |
tree | cb318166670bf0f47c47e84073d3662df017388d /libraries/libgee/libgee.SlackBuild | |
parent | 9398b9b453a85d07679ad919299af603a4535e1e (diff) | |
download | slackbuilds-011eb711e94ff811ec418c4c0ee3d44cff92444a.tar.gz |
libraries/libgee: Updated for version 0.5.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/libgee/libgee.SlackBuild')
-rw-r--r-- | libraries/libgee/libgee.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/libgee/libgee.SlackBuild b/libraries/libgee/libgee.SlackBuild index 629d97cfbe..1845243620 100644 --- a/libraries/libgee/libgee.SlackBuild +++ b/libraries/libgee/libgee.SlackBuild @@ -5,16 +5,14 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=libgee -VERSION=${VERSION:-0.5.0} +VERSION=0.5.1 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 |