diff options
author | Larry Hajali <larryhaja@gmail.com> | 2015-01-27 00:15:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-27 06:42:43 +0700 |
commit | 7bcffea959e68ebcd00d73a1262d6b8b89fe2305 (patch) | |
tree | e68b5ded4e1abfa8886b8f794fcf9478b54c72d9 | |
parent | 6eaa66d6c9207461eb08b028b97354ac197fa205 (diff) | |
download | slackbuilds-7bcffea959e68ebcd00d73a1262d6b8b89fe2305.tar.gz |
python/s3cmd: Updated for version 1.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/s3cmd/README | 2 | ||||
-rw-r--r-- | python/s3cmd/s3cmd.SlackBuild | 10 | ||||
-rw-r--r-- | python/s3cmd/s3cmd.info | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/python/s3cmd/README b/python/s3cmd/README index b733f436cb..5d8aa8791a 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 and pytz +Optional: python-magic 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. This diff --git a/python/s3cmd/s3cmd.SlackBuild b/python/s3cmd/s3cmd.SlackBuild index 90a6e7ab06..88d6454961 100644 --- a/python/s3cmd/s3cmd.SlackBuild +++ b/python/s3cmd/s3cmd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for s3cmd -# Copyright 2011-2014 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2011-2015 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=s3cmd -VERSION=${VERSION:-1.5.0_rc1} +VERSION=${VERSION:-1.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -45,9 +45,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-${VERSION/_/-} -tar xvf $CWD/$PRGNAM-${VERSION/_/-}.tar.gz -cd $PRGNAM-${VERSION/_/-} +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/python/s3cmd/s3cmd.info b/python/s3cmd/s3cmd.info index 40f962424d..21467bec44 100644 --- a/python/s3cmd/s3cmd.info +++ b/python/s3cmd/s3cmd.info @@ -1,8 +1,8 @@ PRGNAM="s3cmd" -VERSION="1.5.0_rc1" +VERSION="1.5.0" HOMEPAGE="http://s3tools.org/s3cmd" -DOWNLOAD="http://downloads.sourceforge.net/s3tools/s3cmd-1.5.0-rc1.tar.gz" -MD5SUM="eb5b461154b72890791c186ccdde13f0" +DOWNLOAD="http://downloads.sourceforge.net/s3tools/s3cmd-1.5.0.tar.gz" +MD5SUM="9c0d61f960ae51fa55e9d7583b6325e0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-dateutil" |