Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/aws-c-http/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO awslabs/aws-c-http
REF "v${VERSION}"
SHA512 24725e9307e19ace72c69d66b137392d7c017a53520f3174fcbe8200fd9a52f24679ca358c76f07bb2a1f445a02323c413e2010b08251bfb7c6ce2b059206898
SHA512 5e97e4661e587c496955fe5f8e539b2a5e54f950a513ae3465ab5e6542f8a50bd221252dc944a71967139a693a718106a21cd9cacce185a0c2f6745205eb3c43
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/aws-c-http/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-c-http",
"version": "0.10.8",
"version": "0.10.9",
"description": "C99 implementation of the HTTP/1.1 and HTTP/2 specifications",
"homepage": "https://github.com/awslabs/aws-c-http",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-c-http.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c8948337ff8ad4eba3c636a1f005f77168bcf330",
"version": "0.10.9",
"port-version": 0
},
{
"git-tree": "0087934285416eaca6072f975f96eb3beaab138b",
"version": "0.10.8",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
"port-version": 0
},
"aws-c-http": {
"baseline": "0.10.8",
"baseline": "0.10.9",
"port-version": 0
},
"aws-c-io": {
Expand Down