[aws-c-http] update to 0.7.13 (#34029)

This commit is contained in:
Jia Yue Hua 2023-09-27 16:26:18 +08:00 committed by GitHub
parent f8b1c08466
commit 46f8068873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -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
)

View File

@ -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",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ab0c882c2d7c32b58e11c9e7124574933b701d8f",
"version": "0.7.13",
"port-version": 0
},
{
"git-tree": "6333ba487074d6b76f7270654796334049371d08",
"version": "0.7.12",

View File

@ -365,7 +365,7 @@
"port-version": 0
},
"aws-c-http": {
"baseline": "0.7.12",
"baseline": "0.7.13",
"port-version": 0
},
"aws-c-io": {