mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
cd20cd8924
Fix #37972.
Apply upstream fix patch
0034c11347
.
### Checklist
- [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.~
- [x] 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.
### Test
Port usage tests pass with following triplets:
* x64-linux
* x64-windows
* x64-windows-static
35 lines
787 B
JSON
35 lines
787 B
JSON
{
|
|
"versions": [
|
|
{
|
|
"git-tree": "8982b7778711884f44358d66f92ddb1f0ad4b99d",
|
|
"version": "2.3.0",
|
|
"port-version": 2
|
|
},
|
|
{
|
|
"git-tree": "31c71975b94068010a3985ac84deed50047c6820",
|
|
"version": "2.3.0",
|
|
"port-version": 1
|
|
},
|
|
{
|
|
"git-tree": "4466bee34b5544a3ecfaf5f480464b1f9d45e9b1",
|
|
"version": "2.3.0",
|
|
"port-version": 0
|
|
},
|
|
{
|
|
"git-tree": "968aee6b22bf2b1248b38ae25aed43a1760fec0d",
|
|
"version": "2.2.0",
|
|
"port-version": 0
|
|
},
|
|
{
|
|
"git-tree": "361dde90ee9e81d84ad0e87d75f16e4f9f662b88",
|
|
"version-string": "2.1.0",
|
|
"port-version": 1
|
|
},
|
|
{
|
|
"git-tree": "c29f43fd54762287049c24e4e38cd89a26a1a26a",
|
|
"version-string": "2.1.0",
|
|
"port-version": 0
|
|
}
|
|
]
|
|
}
|