nghttp3: update to 0.12.0 (#31829)

This commit is contained in:
Alexis La Goutte 2023-06-06 21:27:45 +02:00 committed by GitHub
parent c48c767286
commit 259762c386
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 2f90bfe983370a10b513991d42304dc4200f28d309e7877e7f112dd6363c6ad4b3a9b348f9dc4263a5f8e216c75b662a8cbc7c4f31e75b5bbb2c99fd6e238c86
SHA512 a1ac58a8911a55140c5bff87c19cd152fdf3417d6ca26a26a230f914f5e7e1154304ecae8726d04832d2dbc37ce01666db2e32f31e5e73ab50ef0c2d300e5ff1
HEAD_REF main
)

View File

@ -1,6 +1,6 @@
{
"name": "nghttp3",
"version": "0.11.0",
"version": "0.12.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

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

View File

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