Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/aws-crt-cpp/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-crt-cpp
REF "v${VERSION}"
SHA512 79d98349c980b18dd77fcbb0d5189251a7848b9c5a3c34f88266dd1ff2f84db2dcfa82e650670be4728fbb8f79c34d27780763537438d06cb9c5e3fc4c7eea5d
SHA512 e83b6645a90e1e2fdde9a17f0ce36aa7abe79f8dec9ffe5b552fdf241e8d0da3500f21c0e4df42b8d7ea25b37583c0b61452bbd419af065bab8393046eafe9f0
)

string(COMPARE EQUAL "${VCPKG_CRT_LINKAGE}" "static" STATIC_CRT)
Expand Down
2 changes: 1 addition & 1 deletion ports/aws-crt-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-crt-cpp",
"version": "0.36.1",
"version": "0.37.0",
"description": "C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.",
"homepage": "https://github.com/awslabs/aws-crt-cpp",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-crt-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bbf6c8b34673a7fdc31cec4b91e6bc0a5e433f18",
"version": "0.37.0",
"port-version": 0
},
{
"git-tree": "5c9910641a81c6efce55a7befcef2308d983e120",
"version": "0.36.1",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
"port-version": 0
},
"aws-crt-cpp": {
"baseline": "0.36.1",
"baseline": "0.37.0",
"port-version": 0
},
"aws-lambda-cpp": {
Expand Down