Skip to content

Commit c21c653

Browse files
authored
[aws-c-io] update to 0.24.0 (#48820)
1 parent e3982aa commit c21c653

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/aws-c-io/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-c-io
44
REF "v${VERSION}"
5-
SHA512 e0fa77e462f52c793c32cb32088231f43b07e813cba3557d8c5503c8e01add11e55e01b22297596a2ed488b79d3c3a1a5982bcdb6adba0916d408d0b97358841
5+
SHA512 ba809c397ca824b9b56d3c73b9e1b18b955bc68f737700695b7d4242707ab570f1d80a1d74267b06b46e2c8b3fc307756883eff40959e6ddd34e2e7683a9ab2f
66
HEAD_REF master
77
)
88

ports/aws-c-io/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-c-io",
3-
"version": "0.23.3",
3+
"version": "0.24.0",
44
"description": "Handles all IO and TLS work for application protocols.",
55
"homepage": "https://github.com/awslabs/aws-c-io",
66
"license": "Apache-2.0",

versions/a-/aws-c-io.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": "009ea6b21eacda56cd5dbf0f9fdf461bc3a138c8",
5+
"version": "0.24.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "b4f18f31d03b55ffad6e423a4a88ae4d0a25264e",
510
"version": "0.23.3",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@
465465
"port-version": 0
466466
},
467467
"aws-c-io": {
468-
"baseline": "0.23.3",
468+
"baseline": "0.24.0",
469469
"port-version": 0
470470
},
471471
"aws-c-mqtt": {

0 commit comments

Comments
 (0)