Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[catch2] updated catch2 to version 2.13.6 #17435

Merged
merged 10 commits into from
May 21, 2021
Merged
5 changes: 0 additions & 5 deletions ports/catch2/CONTROL

This file was deleted.

4 changes: 2 additions & 2 deletions ports/catch2/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO catchorg/Catch2
REF fd9f5ac661f87335ecd70d39849c1d3a90f1c64d # v2.13.1
SHA512 4fafd06006034cc02dddd22c381b5817549834dae0aff29ed598edd21a3c67f8ac61a77f51b06f3c59baa96a114ecb19c6df09126215bfc00bef94f8f77b810d
REF 5c88067bd339465513af4aec606bd2292f1b594a # v2.13.6
SHA512 62ab120ef9cbbcf7320a96654bda60c766dbbcc0d9cbb2b0b36dd04e828315b627caf51e390dcea915efa266655fe0f28058b972c0d6e0e3e457c565d26e1fd3
HEAD_REF master
)

Expand Down
6 changes: 6 additions & 0 deletions ports/catch2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "catch2",
"version-semver": "2.13.6",
"description": "A modern, header-only test framework for unit testing.",
"homepage": "https://github.com/catchorg/Catch2"
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1117,8 +1117,8 @@
"port-version": 0
},
"catch2": {
"baseline": "2.13.1",
"port-version": 1
"baseline": "2.13.6",
"port-version": 0
},
"cccapstone": {
"baseline": "9b4128ee1153e78288a1b5433e2c06a0d47a4c4e-1",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/catch2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "17d502dbaa50c2e6d255331addb14259372fb6c5",
"version-semver": "2.13.6",
"port-version": 0
},
{
"git-tree": "47ba2c2a9ed12b317550ed102374cd13554fe9ac",
"version-string": "2.13.1",
Expand Down