From 0737b60494277e51ae1e734ec5d896624bd58d3e Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Thu, 21 Mar 2024 04:53:17 +0800 Subject: [PATCH] [aws-c-io] update to 0.14.6 (#37567) --- ports/aws-c-io/portfile.cmake | 2 +- ports/aws-c-io/vcpkg.json | 2 +- versions/a-/aws-c-io.json | 5 +++++ versions/baseline.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/aws-c-io/portfile.cmake b/ports/aws-c-io/portfile.cmake index 78e1c6e1ee..331383e543 100644 --- a/ports/aws-c-io/portfile.cmake +++ b/ports/aws-c-io/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO awslabs/aws-c-io REF "v${VERSION}" - SHA512 bb8666853abbd583aea2f30099fe947562809ccab36ae11708c118b5bd6a7876b8d94ef45bb988b44c4dd1dc76e6dff70adb7a20b8b5d89d2d7ea2138b3ecea8 + SHA512 45346375ababd3331750a81b0632a3ddbc64ed9716f54809c6bd6f097368a7f586d5c74e5663cabbea2dfa74c9395bd2eb91e7402f80a7a9e18b242b49134a73 HEAD_REF master ) diff --git a/ports/aws-c-io/vcpkg.json b/ports/aws-c-io/vcpkg.json index 82c44b0166..d31e971405 100644 --- a/ports/aws-c-io/vcpkg.json +++ b/ports/aws-c-io/vcpkg.json @@ -1,6 +1,6 @@ { "name": "aws-c-io", - "version": "0.14.3", + "version": "0.14.6", "description": "Handles all IO and TLS work for application protocols.", "homepage": "https://github.com/awslabs/aws-c-io", "license": "Apache-2.0", diff --git a/versions/a-/aws-c-io.json b/versions/a-/aws-c-io.json index 763cbd5339..365ce9a68a 100644 --- a/versions/a-/aws-c-io.json +++ b/versions/a-/aws-c-io.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4e76d4b5c9d39008952070b235a34f8df72ef72f", + "version": "0.14.6", + "port-version": 0 + }, { "git-tree": "a8cf3e80c656857ed3959d2d2088c2bd590eceb3", "version": "0.14.3", diff --git a/versions/baseline.json b/versions/baseline.json index 662eb8c0fa..bcaafd22b3 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -389,7 +389,7 @@ "port-version": 0 }, "aws-c-io": { - "baseline": "0.14.3", + "baseline": "0.14.6", "port-version": 0 }, "aws-c-mqtt": {