mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/s3transfer: Updated for version 0.10.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d7063fc9f9
commit
6a00e246e1
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=s3transfer
|
||||
VERSION=${VERSION:-0.10.1}
|
||||
VERSION=${VERSION:-0.10.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="s3transfer"
|
||||
VERSION="0.10.1"
|
||||
VERSION="0.10.2"
|
||||
HOMEPAGE="https://github.com/boto/s3transfer"
|
||||
DOWNLOAD="https://github.com/boto/s3transfer/archive/0.10.1/s3transfer-0.10.1.tar.gz"
|
||||
MD5SUM="feb321ba027731cee677a0e282610ded"
|
||||
DOWNLOAD="https://github.com/boto/s3transfer/archive/0.10.2/s3transfer-0.10.2.tar.gz"
|
||||
MD5SUM="804e37ea615d3a188ee04d4d49fe5c53"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="botocore"
|
||||
|
|
Loading…
Reference in a new issue