diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-03-03 06:38:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-03 06:38:28 +0700 |
commit | e4562e33191ece6ed2edb057d09875dc5a8dd2e1 (patch) | |
tree | 4c41954b778d68ef9a4b0d7451c6ddae0ab3ed84 /python/s3cmd | |
parent | f51ea47d6680ce687a121380206808e416a34c6b (diff) |
python/s3cmd: Updated for version 1.5.0_beta1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/s3cmd')
-rw-r--r-- | python/s3cmd/README | 2 | ||||
-rw-r--r-- | python/s3cmd/s3cmd.SlackBuild | 2 | ||||
-rw-r--r-- | python/s3cmd/s3cmd.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/python/s3cmd/README b/python/s3cmd/README index 88b9f251b687..97e8f25d43a1 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 08a5ddf611d9..c800b34eae5c 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 34be43b401af..409071bc121f 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%" |