mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 15:27:50 +08:00
[nghttp3] update to 0.8.0 (#28565)
This commit is contained in:
parent
6adca01a3f
commit
270bf3cf68
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO ngtcp2/nghttp3
|
REPO ngtcp2/nghttp3
|
||||||
REF v0.7.1
|
REF v0.8.0
|
||||||
SHA512 88b095b631235d7b0f568757c09f186a5cafe395f2eef4afb78bbe7185824113c40872379d75e7d63c9f637a26da61217465091875f788eef719fce31a7a83a6
|
SHA512 184f163613760401ac38e70513958c1e68bcef4127a2d735b4c4f875d2ee720d59e7c4289033fbb5d53f0cfa105ff52cf910870ae5efdc307d2f6f0c709cdf96
|
||||||
HEAD_REF main
|
HEAD_REF main
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nghttp3",
|
"name": "nghttp3",
|
||||||
"version": "0.7.1",
|
"version": "0.8.0",
|
||||||
"description": "Implementation of RFC 9114 HTTP/3 mapping over QUIC and RFC 9204 QPACK in C",
|
"description": "Implementation of RFC 9114 HTTP/3 mapping over QUIC and RFC 9204 QPACK in C",
|
||||||
"homepage": "https://github.com/ngtcp2/nghttp3",
|
"homepage": "https://github.com/ngtcp2/nghttp3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -5225,7 +5225,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"nghttp3": {
|
"nghttp3": {
|
||||||
"baseline": "0.7.1",
|
"baseline": "0.8.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"ngspice": {
|
"ngspice": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "93b4b1578b77aedd89226d88b25641f85609aebc",
|
||||||
|
"version": "0.8.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "4bffdd88b1fceb27e8af54b018033162eb42ff8f",
|
"git-tree": "4bffdd88b1fceb27e8af54b018033162eb42ff8f",
|
||||||
"version": "0.7.1",
|
"version": "0.7.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user