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:
Dimitris Zlatanidis 2024-05-07 21:23:52 +03:00 committed by Willy Sudiarto Raharjo
parent 1b7b087ec1
commit bfa16cae4d
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

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

View File

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