vcpkg/versions/n-/neargye-semver.json
Justen Di Ruscio 441831b902
[neargye-semver] use find-package support in vcpkg port (#36862)
Originally, this port copied the single header provided by the upstream
into the install destination. This required consumers to use the package
via `find_path(semver.hpp)`, which is less robust, is inconsistent, and
doesn't use targets.

These changes update the vcpkg port to leverage the config-file package
offered by [neargye/semver](https://github.com/Neargye/semver). With
this, consumers use the package through `find_package(neargye-semver
CONFIG), and the target `semver::semver`.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- ~[ ] 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.
2024-02-21 09:28:24 -08:00

30 lines
662 B
JSON

{
"versions": [
{
"git-tree": "8a0361995070a733294c3533d5401a074be6f366",
"version": "0.3.0",
"port-version": 2
},
{
"git-tree": "f3d1444f15582cd16f398589648054bfa9b03ba7",
"version": "0.3.0",
"port-version": 1
},
{
"git-tree": "00131d8f7cbb5461d1cb707d853857082129777a",
"version": "0.3.0",
"port-version": 0
},
{
"git-tree": "8cc7cede702d8dfd563701819a5e8ed3d0778236",
"version-string": "0.2.2",
"port-version": 1
},
{
"git-tree": "eccabb2b0f4df666dbb95a7c14c3f8f1b8e57cd4",
"version-string": "0.2.2",
"port-version": 0
}
]
}