Skip to content

Commit

Permalink
[aws-c-cal] update to 0.6.9 (#35055)
Browse files Browse the repository at this point in the history
* [aws-c-cal] update to 0.6.9

* [aws-c-cal] update to 0.6.9
  • Loading branch information
jiayuehua committed Nov 14, 2023
1 parent d73fba0 commit 92f6027
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/aws-c-cal/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-cal
REF "v${VERSION}"
SHA512 b1116977b467c2c7f10f84912a3bc2a8329e3ec22c58f19f7b8a244a2b08fb3420bed62791b7ad6f06b8aeff6c361a33ddc0ac28cf781dfa1aafc83a62aa24ec
SHA512 deee106b366522e6781974c92b1aa06542b7857b91a8d4cb59eb0e17247ce7fc3ffacb044c032ff7f2a0f9baca807d4c2d9a14934d4576966f48bfc0661e5edb
HEAD_REF master
PATCHES remove-libcrypto-messages.patch
)
Expand Down
3 changes: 1 addition & 2 deletions ports/aws-c-cal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "aws-c-cal",
"version": "0.6.2",
"port-version": 1,
"version": "0.6.9",
"description": "C99 wrapper for cryptography primitives.",
"homepage": "https://github.com/awslabs/aws-c-cal",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-c-cal.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "43c961d933d7a928c15cdfb7c5f7a6c16875bed5",
"version": "0.6.9",
"port-version": 0
},
{
"git-tree": "df757b731aa4c59ac71c43d02fe87edaff5680b3",
"version": "0.6.2",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@
"port-version": 0
},
"aws-c-cal": {
"baseline": "0.6.2",
"port-version": 1
"baseline": "0.6.9",
"port-version": 0
},
"aws-c-common": {
"baseline": "0.9.4",
Expand Down

0 comments on commit 92f6027

Please sign in to comment.