diff options
Diffstat (limited to 'python/s3cmd')
-rw-r--r-- | python/s3cmd/s3cmd.SlackBuild | 6 | ||||
-rw-r--r-- | python/s3cmd/s3cmd.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/s3cmd/s3cmd.SlackBuild b/python/s3cmd/s3cmd.SlackBuild index b24103b8640..508e13fc349 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 651be279220..bda9773db2a 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" |