nghttp3: update to 0.11.0 (#31405)

This commit is contained in:
Alexis La Goutte 2023-05-13 18:35:10 +02:00 committed by GitHub
parent 72116f0cdc
commit 7657ac1077
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 ngtcp2/nghttp3
REF v${VERSION}
SHA512 44dd4f4bb807a4d9f2c85399e83e3146ca8e18b4d4e9bca0b1a9a626daf1f9ca2892bfa55552267a3f43af7e6c6090ec662782936a45bada6faca822d1a31638
SHA512 2f90bfe983370a10b513991d42304dc4200f28d309e7877e7f112dd6363c6ad4b3a9b348f9dc4263a5f8e216c75b662a8cbc7c4f31e75b5bbb2c99fd6e238c86
HEAD_REF main
)

View File

@ -1,6 +1,6 @@
{
"name": "nghttp3",
"version": "0.10.0",
"version": "0.11.0",
"description": "Implementation of RFC 9114 HTTP/3 mapping over QUIC and RFC 9204 QPACK in C",
"homepage": "https://github.com/ngtcp2/nghttp3",
"license": "MIT",

View File

@ -5553,7 +5553,7 @@
"port-version": 1
},
"nghttp3": {
"baseline": "0.10.0",
"baseline": "0.11.0",
"port-version": 0
},
"ngspice": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8139cb08a1dea31b13af01d3027129cf7874acab",
"version": "0.11.0",
"port-version": 0
},
{
"git-tree": "b490beccb519c1faa3bfbfae0bb6e8e873aed843",
"version": "0.10.0",