mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 13:08:00 +08:00
[proxy] update to 2.4.0 (#38660)
- [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
7ebd64e6bb
commit
e48d3f4d65
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO microsoft/proxy
|
||||
REF ${VERSION}
|
||||
SHA512 ed5e5dd6288b8b357d9c664c7f9d5d042f6262d7e3e638712d96cb4c24fefa2d5c54c4054fbbfdb34cc2d7fcb08ce2f05186e12aba89a24b02c906aa8e3e0494
|
||||
SHA512 7d8a236618c6223e93b5f621bcfa0acd922d9b95378317ef68c1bde089455e135b987ed87100f81146c13179f5385d67eb03eee401ea7ee57c4aab61d9a42c0c
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "proxy",
|
||||
"version": "2.3.2",
|
||||
"version": "2.4.0",
|
||||
"description": "A single-header C++20 library that facilitates runtime polymorphism.",
|
||||
"homepage": "https://github.com/microsoft/proxy",
|
||||
"license": "MIT",
|
||||
|
@ -7001,7 +7001,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"proxy": {
|
||||
"baseline": "2.3.2",
|
||||
"baseline": "2.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"proxygen": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e5c55d694a8ae657595ee0b1574bf8dfb226ca01",
|
||||
"version": "2.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "c67738fd8722245a18d3aad7c920ecc17a53931e",
|
||||
"version": "2.3.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user