Skip to content

Commit dcfe002

Browse files
committed
[aws-c-event-stream] Update to 0.5.9
1 parent cb532c0 commit dcfe002

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/aws-c-event-stream/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-event-stream
44
REF "v${VERSION}"
5-
SHA512 87867d9c8ad7058e433ebcdfddb762c92d6abd3fe61a5332bf18e9a5fa98930181615417d4aeecb4118b5eb27c12afc8f21ab740d3b81f07bc86e9a7e0ecc3b4
5+
SHA512 dcfbfa4cfd38ec6fa7714813e00ed67df915554c028053803b8b1a779da797aef06e38add974b063175614b22be54cb72525f25a2a0ea6f9a53edcdf318bf677
66
HEAD_REF master
77
)
88

ports/aws-c-event-stream/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-event-stream",
3-
"version": "0.5.7",
3+
"version": "0.5.9",
44
"description": "C99 implementation of the vnd.amazon.event-stream content-type.",
55
"homepage": "https://github.com/awslabs/aws-c-event-stream",
66
"license": "Apache-2.0",

versions/a-/aws-c-event-stream.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": "d8a1a811cc54a280308cc030df340e7bf616e689",
5+
"version": "0.5.9",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "93f9bfc5f6c53c2e27d80ad0e5ceff24f57450a9",
510
"version": "0.5.7",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
"port-version": 0
458458
},
459459
"aws-c-event-stream": {
460-
"baseline": "0.5.7",
460+
"baseline": "0.5.9",
461461
"port-version": 0
462462
},
463463
"aws-c-http": {

0 commit comments

Comments
 (0)