diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-03-17 19:40:22 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-19 11:52:03 +0700 |
commit | 027b307cb01fa9963dfac4cb1b06099b51af3aa9 (patch) | |
tree | 1fb06de2a724cdf565bb96016a253d06d83a317e /python/python3-boto3 | |
parent | 29a2459f975c9e166d1a0fa49f8d2101135461ff (diff) |
python/python3-boto3: Update for 1.34.14
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-boto3')
-rw-r--r-- | python/python3-boto3/python3-boto3.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-boto3/python3-boto3.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-boto3/python3-boto3.SlackBuild b/python/python3-boto3/python3-boto3.SlackBuild index 12f4f0c537fa9..3343badbf5eee 100644 --- a/python/python3-boto3/python3-boto3.SlackBuild +++ b/python/python3-boto3/python3-boto3.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-boto3 -VERSION=${VERSION:-1.34.11} +VERSION=${VERSION:-1.34.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-boto3/python3-boto3.info b/python/python3-boto3/python3-boto3.info index d7c42e70c12f2..6d013d3d6800a 100644 --- a/python/python3-boto3/python3-boto3.info +++ b/python/python3-boto3/python3-boto3.info @@ -1,8 +1,8 @@ PRGNAM="python3-boto3" -VERSION="1.34.11" +VERSION="1.34.14" HOMEPAGE="https://aws.amazon.com/sdk-for-python/" -DOWNLOAD="https://github.com/boto/boto3/archive/1.34.11/boto3-1.34.11.tar.gz" -MD5SUM="a5165dbb9c1ed8c38f10b7f58d613050" +DOWNLOAD="https://github.com/boto/boto3/archive/1.34.14/boto3-1.34.14.tar.gz" +MD5SUM="3f35d2664447ec738ac8d5284077edd1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="s3transfer" |