mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 08:23:07 +08:00
[msquic] Update to v2.3.6 (#40789)
This commit is contained in:
parent
57eb9453e8
commit
45fa0029f9
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH QUIC_SOURCE_PATH
|
||||
REPO microsoft/msquic
|
||||
REF "v${VERSION}"
|
||||
SHA512 5937fbc2f287567d590fc0afc947459359e5413fa25f2f193434ad6d7016f7cb0dede4e2ef5e1e4e8b21b556c5ad8ce4cb612514403bb593a49af0fb42d1cb15
|
||||
SHA512 9025520d5a4cf1f2046959942fa83f73e49e836dcd20a0dde34bd34cbe071c9ffd5b195a13ab77a6a85d71ae91baa839b12a7f1fc27fcb79660561a2a07b6013
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-install.patch # Adjust install path of build outputs
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "msquic",
|
||||
"version": "2.3.5",
|
||||
"port-version": 2,
|
||||
"version": "2.3.6",
|
||||
"description": "Cross-platform, C implementation of the IETF QUIC protocol",
|
||||
"homepage": "https://github.com/microsoft/msquic",
|
||||
"license": "MIT",
|
||||
|
@ -6057,8 +6057,8 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"msquic": {
|
||||
"baseline": "2.3.5",
|
||||
"port-version": 2
|
||||
"baseline": "2.3.6",
|
||||
"port-version": 0
|
||||
},
|
||||
"mstch": {
|
||||
"baseline": "1.0.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "03c8b1fae017fc4b512f48444ae5c0d07f5233dd",
|
||||
"version": "2.3.6",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "637f7184ab6b84691b2ac5ff61186b53b13a9660",
|
||||
"version": "2.3.5",
|
||||
|
Loading…
Reference in New Issue
Block a user