libraries/botocore: Updated for version 1.34.99.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1b7b087ec1
commit
bfa16cae4d
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=botocore
|
||||
VERSION=${VERSION:-1.34.14}
|
||||
VERSION=${VERSION:-1.34.99}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="botocore"
|
||||
VERSION="1.34.14"
|
||||
VERSION="1.34.99"
|
||||
HOMEPAGE="https://github.com/boto/botocore"
|
||||
DOWNLOAD="https://github.com/boto/botocore/archive/1.34.14/botocore-1.34.14.tar.gz"
|
||||
MD5SUM="cc8017ec4a3798eca8a5c22bdb1df69c"
|
||||
DOWNLOAD="https://github.com/boto/botocore/archive/1.34.99/botocore-1.34.99.tar.gz"
|
||||
MD5SUM="d065f95459c16331822bb50cee9920ee"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-dateutil jmespath"
|
||||
|
|
Loading…
Reference in New Issue