mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 03:19:00 +08:00
[msquic] update to 2.4.4 (#41198)
This commit is contained in:
parent
09deeb6f14
commit
f708483ac3
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH QUIC_SOURCE_PATH
|
||||
REPO microsoft/msquic
|
||||
REF "v${VERSION}"
|
||||
SHA512 9025520d5a4cf1f2046959942fa83f73e49e836dcd20a0dde34bd34cbe071c9ffd5b195a13ab77a6a85d71ae91baa839b12a7f1fc27fcb79660561a2a07b6013
|
||||
SHA512 87bb96bc77c30a39e419be2592199de8f9fa74179852637d2902c50d555bad24d2a664b888434fbc1df461ece69a52097634a47f0edbb78b0b0eed6e5a94033f
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-install.patch # Adjust install path of build outputs
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "msquic",
|
||||
"version": "2.3.6",
|
||||
"port-version": 2,
|
||||
"version": "2.4.4",
|
||||
"description": "Cross-platform, C implementation of the IETF QUIC protocol",
|
||||
"homepage": "https://github.com/microsoft/msquic",
|
||||
"license": "MIT",
|
||||
|
@ -6105,8 +6105,8 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"msquic": {
|
||||
"baseline": "2.3.6",
|
||||
"port-version": 2
|
||||
"baseline": "2.4.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"mstch": {
|
||||
"baseline": "1.0.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "519570ca834d486ddb5fc0fd43094079ef27b568",
|
||||
"version": "2.4.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "1b260265332dca46324f6782ce58f8f74b0887a5",
|
||||
"version": "2.3.6",
|
||||
|
Loading…
Reference in New Issue
Block a user