aboutsummaryrefslogtreecommitdiff
path: root/python/s3cmd/s3cmd.SlackBuild
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja@gmail.com>2018-02-19 17:54:33 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-02-24 06:55:46 +0700
commit83e2d16bfe0fb03af480cb8b6fbf696ad9b805ed (patch)
tree69f7b29c22464c751d44807bfbe3473c4d314016 /python/s3cmd/s3cmd.SlackBuild
parente88da2a642b8bc62697866df4d87485f1f0e2580 (diff)
python/s3cmd: Updated for version 2.0.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/s3cmd/s3cmd.SlackBuild')
-rw-r--r--python/s3cmd/s3cmd.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/s3cmd/s3cmd.SlackBuild b/python/s3cmd/s3cmd.SlackBuild
index b24103b864032..508e13fc34931 100644
--- a/python/s3cmd/s3cmd.SlackBuild
+++ b/python/s3cmd/s3cmd.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for s3cmd
-# Copyright 2011-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2011-2018 Larry Hajali <larryhaja[at]gmail[dot]com>
# 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=s3cmd
-VERSION=${VERSION:-1.6.1}
+VERSION=${VERSION:-2.0.1}
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