mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 23:15:18 +08:00
nghttp2: update to 1.51.0 (#28655)
This commit is contained in:
parent
a140f37ac3
commit
1b0d7636ac
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO nghttp2/nghttp2
|
||||
REF v1.50.0
|
||||
SHA512 0bc98be2e61940d78e9542d5391cecc24177a6a55012fb0df10c875d0daf5c6b480d12f00ead85f6d971d20f20af3a55abe4c8593f68c67ef3f016e87675f563
|
||||
REF v1.51.0
|
||||
SHA512 801a6625edefadf348f3c50132f00ce7ad2b15a77d8addca2dd68f0006e69649d35ea3b649000103c85d959680e4159bdda9c437679cbcd6417d8516a5f2fac1
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nghttp2",
|
||||
"version": "1.50.0",
|
||||
"version": "1.51.0",
|
||||
"description": "Implementation of the Hypertext Transfer Protocol version 2 in C",
|
||||
"homepage": "https://github.com/nghttp2/nghttp2",
|
||||
"license": "MIT",
|
||||
|
@ -5253,7 +5253,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"nghttp2": {
|
||||
"baseline": "1.50.0",
|
||||
"baseline": "1.51.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"nghttp3": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "dfbceae206a466a8c890e0eae9cd84e8ca2100f3",
|
||||
"version": "1.51.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "deefe549bf6d275db038cc24547637f711f0ff6b",
|
||||
"version": "1.50.0",
|
||||
|
Loading…
Reference in New Issue
Block a user