python/s3cmd: Updated for version 1.5.0_beta1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Larry Hajali 2014-03-03 06:38:28 +07:00 committed by Willy Sudiarto Raharjo
parent f51ea47d66
commit e4562e3319
3 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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}

View file

@ -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%"