mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
[nghttp2] update to 1.64.0 (#41714)
This commit is contained in:
parent
339af2c4f7
commit
8796c25de4
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO nghttp2/nghttp2
|
REPO nghttp2/nghttp2
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 e5d72bda4504df4ff7b000d50b2c7d6517c512e444d9ac79e96dd142a00b5008d31503b3a3cbaeca9d7e725b015fde3b619c562a87ac4fac11b141263abc7556
|
SHA512 35f8230a0fa2825f0bc400d4852d8e8b484f659c67b00639ccd074a0029088f016e967db2f62b6b64af1f8ef684f5809a833e7f922e38b9405f7cc7756bcfb75
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nghttp2",
|
"name": "nghttp2",
|
||||||
"version": "1.63.0",
|
"version": "1.64.0",
|
||||||
"description": "Implementation of the Hypertext Transfer Protocol version 2 in C",
|
"description": "Implementation of the Hypertext Transfer Protocol version 2 in C",
|
||||||
"homepage": "https://github.com/nghttp2/nghttp2",
|
"homepage": "https://github.com/nghttp2/nghttp2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -6293,7 +6293,7 @@
|
|||||||
"port-version": 4
|
"port-version": 4
|
||||||
},
|
},
|
||||||
"nghttp2": {
|
"nghttp2": {
|
||||||
"baseline": "1.63.0",
|
"baseline": "1.64.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"nghttp2-asio": {
|
"nghttp2-asio": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "773b09ca4f753ae883a290619f54897c8e0ce38a",
|
||||||
|
"version": "1.64.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "7d9278b741469a7eaf10d708393e589cc7edd386",
|
"git-tree": "7d9278b741469a7eaf10d708393e589cc7edd386",
|
||||||
"version": "1.63.0",
|
"version": "1.63.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user