mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
nghttp3: update to 0.12.0 (#31829)
This commit is contained in:
parent
c48c767286
commit
259762c386
@ -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
|
||||
)
|
||||
|
||||
|
@ -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",
|
||||
|
@ -5617,7 +5617,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"nghttp3": {
|
||||
"baseline": "0.11.0",
|
||||
"baseline": "0.12.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"ngspice": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "868b3e41f403af9da33191e05418e37f71a46c30",
|
||||
"version": "0.12.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "8139cb08a1dea31b13af01d3027129cf7874acab",
|
||||
"version": "0.11.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user