Skip to content

Commit 49cdf08

Browse files
authored
[aws-crt-cpp] Update to 0.38.4 (#51012)
1 parent 8f7e504 commit 49cdf08

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/aws-crt-cpp/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-crt-cpp
44
REF "v${VERSION}"
5-
SHA512 b8f7e26954847ec6a060e7a72a506177052cfe0f9681e54f37ed28d4040f916f2318c5e761bdf2c2c35c433fecad008769bc0b2ed3396a2733270701be3ee031
5+
SHA512 2f96eacdb270c5f663032edae661e6cf0987e097b890d76da49e495c7739148f5c6ab7338f08a98bc62a3bd2e8f05a795b02d708db1c0e56cad229dc82b633ba
66
)
77

88
string(COMPARE EQUAL "${VCPKG_CRT_LINKAGE}" "static" STATIC_CRT)

ports/aws-crt-cpp/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-crt-cpp",
3-
"version": "0.38.3",
3+
"version": "0.38.4",
44
"description": "C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.",
55
"homepage": "https://github.com/awslabs/aws-crt-cpp",
66
"license": "Apache-2.0",

versions/a-/aws-crt-cpp.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": "68cb4f0977721b4a2d044edfbfbcf58bc9f58c5f",
5+
"version": "0.38.4",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "12a441127456e8325406955bcbf359fb8baf88fe",
510
"version": "0.38.3",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493
"port-version": 0
494494
},
495495
"aws-crt-cpp": {
496-
"baseline": "0.38.3",
496+
"baseline": "0.38.4",
497497
"port-version": 0
498498
},
499499
"aws-lambda-cpp": {

0 commit comments

Comments
 (0)