summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali2014-03-03 00:38:28 +0100
committer Willy Sudiarto Raharjo2014-03-03 00:38:28 +0100
commite4562e33191ece6ed2edb057d09875dc5a8dd2e1 (patch)
tree4c41954b778d68ef9a4b0d7451c6ddae0ab3ed84
parentf51ea47d6680ce687a121380206808e416a34c6b (diff)
downloadslackbuilds-e4562e33191ece6ed2edb057d09875dc5a8dd2e1.tar.gz
python/s3cmd: Updated for version 1.5.0_beta1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/s3cmd/README2
-rw-r--r--python/s3cmd/s3cmd.SlackBuild2
-rw-r--r--python/s3cmd/s3cmd.info6
3 files changed, 5 insertions, 5 deletions
diff --git a/python/s3cmd/README b/python/s3cmd/README
index 88b9f251b6..97e8f25d43 100644
--- a/python/s3cmd/README
+++ b/python/s3cmd/README
@@ -2,7 +2,7 @@ S3cmd is a command line tool for uploading, retrieving and managing data in
Amazon S3. It is best suited for power users who don't fear command line. It is
also ideal for scripts, automated backups triggered from cron, etc.
-Optional: python-magic
+Optional: python-magic and pytz
Before s3cmd can be used it must first be set up. Run 's3cmd --configure' and
enter in you access key and your secret key and follow the instructions. After
diff --git a/python/s3cmd/s3cmd.SlackBuild b/python/s3cmd/s3cmd.SlackBuild
index 08a5ddf611..c800b34eae 100644
--- a/python/s3cmd/s3cmd.SlackBuild
+++ b/python/s3cmd/s3cmd.SlackBuild
@@ -5,7 +5,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=s3cmd
-VERSION=${VERSION:-1.1.0_beta3}
+VERSION=${VERSION:-1.5.0_beta1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/s3cmd/s3cmd.info b/python/s3cmd/s3cmd.info
index 34be43b401..409071bc12 100644
--- a/python/s3cmd/s3cmd.info
+++ b/python/s3cmd/s3cmd.info
@@ -1,8 +1,8 @@
PRGNAM="s3cmd"
-VERSION="1.1.0_beta3"
+VERSION="1.5.0_beta1"
HOMEPAGE="http://s3tools.org/s3cmd"
-DOWNLOAD="http://downloads.sourceforge.net/s3tools/s3cmd-1.1.0-beta3.tar.gz"
-MD5SUM="b27d9a5d5b5e32798947a3661e67e537"
+DOWNLOAD="http://downloads.sourceforge.net/s3tools/s3cmd-1.5.0-beta1.tar.gz"
+MD5SUM="14d651221d80948af3d065a62e9dd6c7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"