[aws-c-io] update to 0.14.6 (#37567)

This commit is contained in:
Jia Yue Hua 2024-03-21 04:53:17 +08:00 committed by GitHub
parent 964c6c8f89
commit 0737b60494
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO awslabs/aws-c-io REPO awslabs/aws-c-io
REF "v${VERSION}" REF "v${VERSION}"
SHA512 bb8666853abbd583aea2f30099fe947562809ccab36ae11708c118b5bd6a7876b8d94ef45bb988b44c4dd1dc76e6dff70adb7a20b8b5d89d2d7ea2138b3ecea8 SHA512 45346375ababd3331750a81b0632a3ddbc64ed9716f54809c6bd6f097368a7f586d5c74e5663cabbea2dfa74c9395bd2eb91e7402f80a7a9e18b242b49134a73
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "aws-c-io", "name": "aws-c-io",
"version": "0.14.3", "version": "0.14.6",
"description": "Handles all IO and TLS work for application protocols.", "description": "Handles all IO and TLS work for application protocols.",
"homepage": "https://github.com/awslabs/aws-c-io", "homepage": "https://github.com/awslabs/aws-c-io",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "4e76d4b5c9d39008952070b235a34f8df72ef72f",
"version": "0.14.6",
"port-version": 0
},
{ {
"git-tree": "a8cf3e80c656857ed3959d2d2088c2bd590eceb3", "git-tree": "a8cf3e80c656857ed3959d2d2088c2bd590eceb3",
"version": "0.14.3", "version": "0.14.3",

View File

@ -389,7 +389,7 @@
"port-version": 0 "port-version": 0
}, },
"aws-c-io": { "aws-c-io": {
"baseline": "0.14.3", "baseline": "0.14.6",
"port-version": 0 "port-version": 0
}, },
"aws-c-mqtt": { "aws-c-mqtt": {