diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2010-10-16 23:11:40 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-10-16 23:11:40 -0500 |
commit | 35febf893501a43031be7403cbad9417bab324ef (patch) | |
tree | 31734bcca84035dbee23198cc818b99c6d9389e3 /libraries/libgsasl/libgsasl.SlackBuild | |
parent | c843246520d6ec90df61c97f7601ddf523524c20 (diff) | |
download | slackbuilds-35febf893501a43031be7403cbad9417bab324ef.tar.gz |
libraries/libgsasl: Updated for version 1.4.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libgsasl/libgsasl.SlackBuild')
-rw-r--r-- | libraries/libgsasl/libgsasl.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/libgsasl/libgsasl.SlackBuild b/libraries/libgsasl/libgsasl.SlackBuild index 83cbc93296..7d8723af15 100644 --- a/libraries/libgsasl/libgsasl.SlackBuild +++ b/libraries/libgsasl/libgsasl.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild script for "libgsasl". -# Copyright 2009 Marcel Saegebarth <tsa@gmx.li> +# Copyright 2009-2010 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -25,16 +25,14 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libgsasl -VERSION=1.4.0 +VERSION=1.4.4 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 |