python/s3transfer: Updated for version 0.10.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2bb924c32e
commit
46740c77a0
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=s3transfer
|
||||
VERSION=${VERSION:-0.9.0}
|
||||
VERSION=${VERSION:-0.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="s3transfer"
|
||||
VERSION="0.9.0"
|
||||
VERSION="0.10.0"
|
||||
HOMEPAGE="https://github.com/boto/s3transfer"
|
||||
DOWNLOAD="https://github.com/boto/s3transfer/archive/0.9.0/s3transfer-0.9.0.tar.gz"
|
||||
MD5SUM="edfbc15b1d5cc457f365288fa58be212"
|
||||
DOWNLOAD="https://github.com/boto/s3transfer/archive/0.10.0/s3transfer-0.10.0.tar.gz"
|
||||
MD5SUM="b6561cf46cf9a0fc39ca4a30cb34fb38"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="botocore"
|
||||
|
|
Loading…
Reference in New Issue