diff options
| author | georg-emg <71000124+georg-emg@users.noreply.github.com> | 2021-05-21 10:35:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-21 01:35:18 -0700 |
| commit | 2f9972005f61f02fa3cda7fc062d1b834b534b8d (patch) | |
| tree | ced04c5f7ccc972d5bb90ea890ec2267db22678f /versions | |
| parent | 9c23718d87e217f32ef552029bdc587cfa16c956 (diff) | |
| download | vcpkg-2f9972005f61f02fa3cda7fc062d1b834b534b8d.tar.gz vcpkg-2f9972005f61f02fa3cda7fc062d1b834b534b8d.zip | |
[catch2] updated catch2 to version 2.13.6 (#17435)
* - 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>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/c-/catch2.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index a0a1a9547..3123d2253 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1129,8 +1129,8 @@ "port-version": 0 }, "catch2": { - "baseline": "2.13.1", - "port-version": 1 + "baseline": "2.13.6", + "port-version": 0 }, "cccapstone": { "baseline": "9b4128ee1153e78288a1b5433e2c06a0d47a4c4e-1", diff --git a/versions/c-/catch2.json b/versions/c-/catch2.json index 0edb437e7..a9aa348e9 100644 --- a/versions/c-/catch2.json +++ b/versions/c-/catch2.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "17d502dbaa50c2e6d255331addb14259372fb6c5", + "version-semver": "2.13.6", + "port-version": 0 + }, + { "git-tree": "47ba2c2a9ed12b317550ed102374cd13554fe9ac", "version-string": "2.13.1", "port-version": 1 |
