Skip to content

Commit 6b4057c

Browse files
authored
[aws-c-auth] update to 0.9.1 (#47218)
1 parent 833ef1c commit 6b4057c

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/aws-c-auth/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO awslabs/aws-c-auth
44
REF "v${VERSION}"
5-
SHA512 709716d306e4592c5f7fdc7503c060b38a9ed904baf7df6d53db5ada041f2c7677186f06738c449df68a2e4661ec3da01aa218aa78f4ef2d67ff25c88b902f24
5+
SHA512 3e6ab0e35bb61702de9bad0b71a76c7ec9275d478f8a0dda8334185eff90be8c662e39ff0ca8fe3298663073167d1951910e017814c829e81d10785e44351ffd
66
HEAD_REF master
77
)
88

ports/aws-c-auth/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-c-auth",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "C99 library implementation of AWS client-side authentication: standard credentials providers and signing.",
55
"homepage": "https://github.com/awslabs/aws-c-auth",
66
"license": "Apache-2.0",

versions/a-/aws-c-auth.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "ab1f4bfa77bd7950a6e066fd470f43c627a9eb1f",
5+
"version": "0.9.1",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "47f8058c331c8174b2e342c0835937ea6f6c4a17",
510
"version": "0.9.0",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433
"port-version": 1
434434
},
435435
"aws-c-auth": {
436-
"baseline": "0.9.0",
436+
"baseline": "0.9.1",
437437
"port-version": 0
438438
},
439439
"aws-c-cal": {

0 commit comments

Comments
 (0)