mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
2f9972005f
* - updated catch2 to version 2.13.6 - replaces catch2 CONTROL file with proper manifest * vcpkg x-add-version catch2 * fixed the portfile to REALLY update catch2 to version 2.13.6 * vcpkg x-add-version catch2 --overwrite-version * fixed the portfile AGAIN to REALLY REALLY update catch2 to version 2.13.6 this time * vcpkg x-add-version catch2 --overwrite-version * updated hash in portfile.cmake for catch2 * vcpkg x-add-version catch2 --overwrite-version * Update version-string as version-semver * Update versions/c-/catch2.json Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
7 lines
180 B
JSON
7 lines
180 B
JSON
{
|
|
"name": "catch2",
|
|
"version-semver": "2.13.6",
|
|
"description": "A modern, header-only test framework for unit testing.",
|
|
"homepage": "https://github.com/catchorg/Catch2"
|
|
}
|