diff options
author | Philip Lacroix <slackph at posteo dot de> | 2017-02-17 12:00:54 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-02-17 21:52:10 +0000 |
commit | accf35ebe03a65e6aa9e7c5e305011d1579a7495 (patch) | |
tree | f321666c2216708f39d7201a69fd712a02e09de4 /libraries/CondConfigParser/CondConfigParser.SlackBuild | |
parent | 57d4fa3ec198abbecd17e4b24a8f41a1355d125f (diff) | |
download | slackbuilds-accf35ebe03a65e6aa9e7c5e305011d1579a7495.tar.gz |
libraries/CondConfigParser: Updated for version 1.0.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/CondConfigParser/CondConfigParser.SlackBuild')
-rw-r--r-- | libraries/CondConfigParser/CondConfigParser.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/CondConfigParser/CondConfigParser.SlackBuild b/libraries/CondConfigParser/CondConfigParser.SlackBuild index 00eb5f8844..cdc69f937b 100644 --- a/libraries/CondConfigParser/CondConfigParser.SlackBuild +++ b/libraries/CondConfigParser/CondConfigParser.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for CondConfigParser -# Copyright 2015 Philip Lacroix <slackph at posteo dot de> +# Copyright 2015-2017 Philip Lacroix <slackph at posteo dot de> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=CondConfigParser -VERSION=${VERSION:-1.0.2} +VERSION=${VERSION:-1.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac |