mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
nghttp2: update to 1.54.0 (#31877)
This commit is contained in:
parent
2e43a34b44
commit
44eab3705d
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO nghttp2/nghttp2
|
||||
REF v${VERSION}
|
||||
SHA512 7cd9bd2c1e3b0b97fd9c1a57559a91faa10ad046a38e65bc040cb7b31f2c65a92941125364c52c84f79cbb0be460795e8f067761598be0ae0e7ad7f17c3cd243
|
||||
SHA512 0ec50178068276cde624c47a634beda0b96ef1529970fddb20cf7a9b4b30d792827ffe16f16f5b7e210d0b7913be5d25e6c6704f6f7fb9a1b5a85f63aeaba6bc
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nghttp2",
|
||||
"version": "1.53.0",
|
||||
"version": "1.54.0",
|
||||
"description": "Implementation of the Hypertext Transfer Protocol version 2 in C",
|
||||
"homepage": "https://github.com/nghttp2/nghttp2",
|
||||
"license": "MIT",
|
||||
|
@ -5613,7 +5613,7 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"nghttp2": {
|
||||
"baseline": "1.53.0",
|
||||
"baseline": "1.54.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"nghttp2-asio": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4bc602a9f1721052cae35a9c91b829df65398f86",
|
||||
"version": "1.54.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "0eb9ce7e6486785e3b3581274097e4d0e34ad828",
|
||||
"version": "1.53.0",
|
||||
|
Loading…
Reference in New Issue
Block a user