[aws-c-auth] update to 0.7.16 (#37578)

This commit is contained in:
Jia Yue Hua 2024-03-22 10:30:41 +08:00 committed by GitHub
parent e99ac59ff3
commit 1269927279
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-auth
REF "v${VERSION}"
SHA512 d062c22b718e35f5da843b4ae0071405a3627982c0ad55d4214920650086cd6da35f0c3b21d6360c4324dde3f647faa47e5c3331fd5a58930c6de31d27093321
SHA512 48081ef8b9fb824f84e34b2083c17faa42d6098b014cf2a9b3399a18c87f4027adfbddd9faf1bbedc658f54e343d6abbcf14b545ec36b4e08e23138507b49ae8
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "aws-c-auth",
"version": "0.7.14",
"version": "0.7.16",
"description": "C99 library implementation of AWS client-side authentication: standard credentials providers and signing.",
"homepage": "https://github.com/awslabs/aws-c-auth",
"license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "349597b752292dcaf8e16d76e4dd231891c74491",
"version": "0.7.16",
"port-version": 0
},
{
"git-tree": "d2b36610b15f3007dcdc328c29b4db5c0862f27f",
"version": "0.7.14",

View File

@ -365,7 +365,7 @@
"port-version": 0
},
"aws-c-auth": {
"baseline": "0.7.14",
"baseline": "0.7.16",
"port-version": 0
},
"aws-c-cal": {