summaryrefslogtreecommitdiffstats
path: root/python/s3cmd
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2018-02-19 17:54:33 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-02-24 06:55:46 +0700
commit83e2d16bfe0fb03af480cb8b6fbf696ad9b805ed (patch)
tree69f7b29c22464c751d44807bfbe3473c4d314016 /python/s3cmd
parente88da2a642b8bc62697866df4d87485f1f0e2580 (diff)
downloadslackbuilds-83e2d16bfe0fb03af480cb8b6fbf696ad9b805ed.tar.gz
slackbuilds-83e2d16bfe0fb03af480cb8b6fbf696ad9b805ed.tar.xz
python/s3cmd: Updated for version 2.0.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/s3cmd')
-rw-r--r--python/s3cmd/s3cmd.SlackBuild6
-rw-r--r--python/s3cmd/s3cmd.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/s3cmd/s3cmd.SlackBuild b/python/s3cmd/s3cmd.SlackBuild
index b24103b864..508e13fc34 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
diff --git a/python/s3cmd/s3cmd.info b/python/s3cmd/s3cmd.info
index 651be27922..bda9773db2 100644
--- a/python/s3cmd/s3cmd.info
+++ b/python/s3cmd/s3cmd.info
@@ -1,8 +1,8 @@
PRGNAM="s3cmd"
-VERSION="1.6.1"
+VERSION="2.0.1"
HOMEPAGE="http://s3tools.org/s3cmd"
-DOWNLOAD="http://downloads.sourceforge.net/s3tools/s3cmd-1.6.1.tar.gz"
-MD5SUM="d7477e7000a98552932d23e279d69a11"
+DOWNLOAD="http://downloads.sourceforge.net/s3tools/s3cmd-2.0.1.tar.gz"
+MD5SUM="ef525ec3bd2d430b10130de54f85e8bc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-dateutil"