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 /ports | |
| 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 'ports')
| -rw-r--r-- | ports/catch2/CONTROL | 5 | ||||
| -rw-r--r-- | ports/catch2/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/catch2/vcpkg.json | 6 |
3 files changed, 8 insertions, 7 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 diff --git a/ports/catch2/portfile.cmake b/ports/catch2/portfile.cmake index f767f9eec..1d0291a57 100644 --- a/ports/catch2/portfile.cmake +++ b/ports/catch2/portfile.cmake @@ -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 ) diff --git a/ports/catch2/vcpkg.json b/ports/catch2/vcpkg.json new file mode 100644 index 000000000..ddca8ee67 --- /dev/null +++ b/ports/catch2/vcpkg.json @@ -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" +} |
