mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 02:38:03 +08:00
[proxy] update to 3.1.0 (#42428)
This commit is contained in:
parent
b6162358cd
commit
77a082a1fd
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO microsoft/proxy
|
REPO microsoft/proxy
|
||||||
REF ${VERSION}
|
REF ${VERSION}
|
||||||
SHA512 7ac1092ba6d54ef59839627b9d7c1e583d85731b54b748c4fdbee615e4888cd6b27e5fba2780bc4060c1991d0f8bd0bc412adedc88f5f1cbeb05dd85767da0de
|
SHA512 140f2a8356b054bcee892808f592a4b255e08052cb1b9fb5e9687851af387fa8a1c58cb9aa518df19d1fa1129fb632d122496eb8bb2330a666db21c7d5d82aab
|
||||||
HEAD_REF main
|
HEAD_REF main
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "proxy",
|
"name": "proxy",
|
||||||
"version": "3.0.0",
|
"version": "3.1.0",
|
||||||
"description": "A single-header C++20 library that facilitates runtime polymorphism.",
|
"description": "A single-header C++20 library that facilitates runtime polymorphism.",
|
||||||
"homepage": "https://github.com/microsoft/proxy",
|
"homepage": "https://github.com/microsoft/proxy",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -7241,7 +7241,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"proxy": {
|
"proxy": {
|
||||||
"baseline": "3.0.0",
|
"baseline": "3.1.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"proxygen": {
|
"proxygen": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "2e1990cfe5099bac6562c5b7b8d9e429a38f8a9f",
|
||||||
|
"version": "3.1.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "480a5fe13152aed1919f82514517418212860b1e",
|
"git-tree": "480a5fe13152aed1919f82514517418212860b1e",
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user