mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 06:03:02 +08:00
[proxy] update to 2.2.0 (#36960)
- [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] The "supports" clause reflects platforms that may be fixed by this new version. - [ ] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [ ] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file.
This commit is contained in:
parent
46503ea6fd
commit
1f21212d10
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO microsoft/proxy
|
||||
REF ${VERSION}
|
||||
SHA512 901815cd4456ce73d129311c8bf81ab7c5d87f290893ad47698b632c7d31c8648e9616975c942d6599d906b073452aae6fcdeffaee8f5b790febaab8a7fa4a6b
|
||||
SHA512 d8e635db541a53c1ea6014bf202dc59c0a358dd9288bcef2eeccc1dfdc0366ed63c8c25663880e65e8e03b8851a208a0a7028439df74cce8600c9cd01c4b8310
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "proxy",
|
||||
"version": "2.1.2",
|
||||
"version": "2.2.0",
|
||||
"description": "A single-header C++20 library that facilitates runtime polymorphism.",
|
||||
"homepage": "https://github.com/microsoft/proxy",
|
||||
"license": "MIT",
|
||||
|
@ -6897,7 +6897,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"proxy": {
|
||||
"baseline": "2.1.2",
|
||||
"baseline": "2.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"proxygen": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "17cc5c3bc87d03e18204c31f54cf6edaba6329fc",
|
||||
"version": "2.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "5a1c9b5683c080a7ef0e35f968bc912e0fac88d4",
|
||||
"version": "2.1.2",
|
||||
|
Loading…
Reference in New Issue
Block a user