Skip to content

Commit

Permalink
[aws-c-auth] update to 0.7.3 (microsoft#34030)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Sep 27, 2023
1 parent 4f2ac45 commit f8b1c08
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/aws-c-auth/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO awslabs/aws-c-auth
REF "v${VERSION}"
SHA512 a5508c7bee8a8b4fb12d598e270913d3b6e63190faa866c98d841cc5df814f959cda88e62ea794b7456f23c07a8457f7d4af78ac4758211791051293843ba3b5
SHA512 1afcdcd9899b9630af52173f172b2e3a0b10fe0979e80da59dbf0ff3dad07de5be9076a3cc3db76544fa2b479fe7c8aaeb319dd9b81c0a2637bd89433cb11b9d
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/aws-c-auth/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-c-auth",
"version": "0.7.3",
"version": "0.7.4",
"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",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-c-auth.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f5aba6169081364e7585dfc613a0a476bac838f2",
"version": "0.7.4",
"port-version": 0
},
{
"git-tree": "8c6d3fc7a7471133d8fa5c12f019432a89678da2",
"version": "0.7.3",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
"port-version": 1
},
"aws-c-auth": {
"baseline": "0.7.3",
"baseline": "0.7.4",
"port-version": 0
},
"aws-c-cal": {
Expand Down

0 comments on commit f8b1c08

Please sign in to comment.