aboutsummaryrefslogtreecommitdiff
path: root/ports/catch2/CONTROL
diff options
context:
space:
mode:
authorgeorg-emg <71000124+georg-emg@users.noreply.github.com>2021-05-21 10:35:18 +0200
committerGitHub <noreply@github.com>2021-05-21 01:35:18 -0700
commit2f9972005f61f02fa3cda7fc062d1b834b534b8d (patch)
treeced04c5f7ccc972d5bb90ea890ec2267db22678f /ports/catch2/CONTROL
parent9c23718d87e217f32ef552029bdc587cfa16c956 (diff)
downloadvcpkg-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 'ports/catch2/CONTROL')
-rw-r--r--ports/catch2/CONTROL5
1 files changed, 0 insertions, 5 deletions
diff --git a/ports/catch2/CONTROL b/ports/catch2/CONTROL
deleted file mode 100644
index 3d56f8060..000000000
--- a/ports/catch2/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: catch2
-Version: 2.13.1
-Port-Version: 1
-Description: A modern, header-only test framework for unit testing.
-Homepage: https://github.com/catchorg/Catch2