[aws-c-s3] update to 0.5.4 (#37862)

This commit is contained in:
Jia Yue Hua 2024-04-02 05:08:40 +08:00 committed by GitHub
parent 539f5db192
commit 9ddd551282
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO awslabs/aws-c-s3
REF "v${VERSION}"
SHA512 2fe2a33fa1470a6f993e53c66dff3cc984dcd25b50001fb49e8e901602ea22a6b363a6d5221e56e54356615245718459eed73f63d1d2425c88b35496572845f1
SHA512 93ab37e8132c9e97e4ca4f1711331e6531ccb75c92eb6cd547576d2c3b0d9fe3c504bb61f1da35c3aae1eeec36e0f556acb2b618af9827b7b3195b3c3d8130a9
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "aws-c-s3",
"version": "0.5.3",
"version": "0.5.4",
"description": "C99 library implementation for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances.",
"homepage": "https://github.com/awslabs/aws-c-s3",
"license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ec20c84a73d7910b5a0fd15f379002f1e3c66873",
"version": "0.5.4",
"port-version": 0
},
{
"git-tree": "a03f35d3bbb734a7eebc2ab2250d223bde4a27e8",
"version": "0.5.3",

View File

@ -401,7 +401,7 @@
"port-version": 0
},
"aws-c-s3": {
"baseline": "0.5.3",
"baseline": "0.5.4",
"port-version": 0
},
"aws-c-sdkutils": {