mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 11:39:03 +08:00
cd9a6747a7
Fix #36977 ### 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 and features test pass with following triplets: * x64-linux * x64-windows * x64-windows-static
20 lines
400 B
JSON
20 lines
400 B
JSON
{
|
|
"versions": [
|
|
{
|
|
"git-tree": "d97f6df221dfe46e532d3f9d27c4dbd3bbdac0ea",
|
|
"version": "4.12.2",
|
|
"port-version": 0
|
|
},
|
|
{
|
|
"git-tree": "4b2ce12dd16815e31348c4dba93b40ec10e815f3",
|
|
"version": "4.11.1",
|
|
"port-version": 0
|
|
},
|
|
{
|
|
"git-tree": "d01377e2003c3ea5ef7a6b9fb215a086e5f75eed",
|
|
"version": "4.9.0",
|
|
"port-version": 0
|
|
}
|
|
]
|
|
}
|