diff --git a/ports/aws-crt-cpp/portfile.cmake b/ports/aws-crt-cpp/portfile.cmake index a1195969c2deee..f01925b29f5c44 100644 --- a/ports/aws-crt-cpp/portfile.cmake +++ b/ports/aws-crt-cpp/portfile.cmake @@ -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) diff --git a/ports/aws-crt-cpp/vcpkg.json b/ports/aws-crt-cpp/vcpkg.json index e437cdb0883e31..bbcbea871ae07e 100644 --- a/ports/aws-crt-cpp/vcpkg.json +++ b/ports/aws-crt-cpp/vcpkg.json @@ -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", diff --git a/versions/a-/aws-crt-cpp.json b/versions/a-/aws-crt-cpp.json index c5d2f8e407109a..cb18988220b9cb 100644 --- a/versions/a-/aws-crt-cpp.json +++ b/versions/a-/aws-crt-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "bbf6c8b34673a7fdc31cec4b91e6bc0a5e433f18", + "version": "0.37.0", + "port-version": 0 + }, { "git-tree": "5c9910641a81c6efce55a7befcef2308d983e120", "version": "0.36.1", diff --git a/versions/baseline.json b/versions/baseline.json index 29dbc1b01606f4..f0c9ed0dca1505 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -485,7 +485,7 @@ "port-version": 0 }, "aws-crt-cpp": { - "baseline": "0.36.1", + "baseline": "0.37.0", "port-version": 0 }, "aws-lambda-cpp": {