mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:25:33 +08:00
[proxy] update to 2.3.2 (#38355)
- [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
fbf65ac0aa
commit
8c6f8ce350
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO microsoft/proxy
|
||||
REF ${VERSION}
|
||||
SHA512 1c5a1d5a4f7d5b81121971e6d563a280ee74f312b023b1009d9fc7c1718dd76503cbd28e8d18bc7de8cc648e1d1e2c014e5469813e99ff30da8a26ef575c1308
|
||||
SHA512 ed5e5dd6288b8b357d9c664c7f9d5d042f6262d7e3e638712d96cb4c24fefa2d5c54c4054fbbfdb34cc2d7fcb08ce2f05186e12aba89a24b02c906aa8e3e0494
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "proxy",
|
||||
"version": "2.3.0",
|
||||
"version": "2.3.2",
|
||||
"description": "A single-header C++20 library that facilitates runtime polymorphism.",
|
||||
"homepage": "https://github.com/microsoft/proxy",
|
||||
"license": "MIT",
|
||||
|
@ -6989,7 +6989,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"proxy": {
|
||||
"baseline": "2.3.0",
|
||||
"baseline": "2.3.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"proxygen": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c67738fd8722245a18d3aad7c920ecc17a53931e",
|
||||
"version": "2.3.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "67212b0fef71513b6a095120565502fa28eb1038",
|
||||
"version": "2.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user