Skip to content

Commit

Permalink
[aws-c-http] update to 0.7.13 (microsoft#34029)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Sep 27, 2023
1 parent f8b1c08 commit 46f8068
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
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 451b542926e5eeb85006053ba8835636d6fbb33ff31ecacb0b3e98d667b9768cdb448c172a33cfe400171fff64c37492ec4467da443d99ae32a70292de6d1713
SHA512 48132df910d67d58e6a28481fcb19401272fa929f8e0b14e0c6b1f5c425221099d32671bbdd05d973f54b1463e8e20ae2fe6ffe56fcc1b02b684c9a0ba43e204
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.7.12",
"version": "0.7.13",
"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": "ab0c882c2d7c32b58e11c9e7124574933b701d8f",
"version": "0.7.13",
"port-version": 0
},
{
"git-tree": "6333ba487074d6b76f7270654796334049371d08",
"version": "0.7.12",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
"port-version": 0
},
"aws-c-http": {
"baseline": "0.7.12",
"baseline": "0.7.13",
"port-version": 0
},
"aws-c-io": {
Expand Down

0 comments on commit 46f8068

Please sign in to comment.