diff options
| author | Martin Hořeňovský <martin.horenovsky@gmail.com> | 2018-03-07 19:09:57 +0100 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-07 10:09:57 -0800 |
| commit | 03deecdf207190d1e133ca304f33d2d946ee6ca3 (patch) | |
| tree | a02322e08b810fdc1329ed639bb66a11b8fd1183 | |
| parent | 59795e2a8e4e2ecd0f1a09e165b61291764df94d (diff) | |
| download | vcpkg-03deecdf207190d1e133ca304f33d2d946ee6ca3.tar.gz vcpkg-03deecdf207190d1e133ca304f33d2d946ee6ca3.zip | |
Update Catch to 2.2.0 (#2981)
| -rw-r--r-- | ports/catch2/CONTROL | 2 | ||||
| -rw-r--r-- | ports/catch2/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/catch2/CONTROL b/ports/catch2/CONTROL index 272a2592d..3f87c3130 100644 --- a/ports/catch2/CONTROL +++ b/ports/catch2/CONTROL @@ -1,4 +1,4 @@ Source: catch2 -Version: 2.1.2 +Version: 2.2.0 Description: A modern, header-only test framework for unit testing. Issues, PRs and changelogs can be found at https://github.com/catchorg/Catch2 diff --git a/ports/catch2/portfile.cmake b/ports/catch2/portfile.cmake index 4c75ae0f6..e614304a6 100644 --- a/ports/catch2/portfile.cmake +++ b/ports/catch2/portfile.cmake @@ -1,11 +1,11 @@ include(vcpkg_common_functions) -set(CATCH_VERSION v2.1.2) +set(CATCH_VERSION v2.2.0) vcpkg_download_distfile(HEADER URLS "https://github.com/catchorg/Catch2/releases/download/${CATCH_VERSION}/catch.hpp" FILENAME "catchorg-catch2-${CATCH_VERSION}.hpp" - SHA512 4d6b26aff890fd543c05a780f777df6a3ac609d67d7bc6888377c7e18b7d8d371f12725a5ff03ce5c3fac05730e8b7116164c7173a04eb56ca38c2f3e3cbb9a6 + SHA512 363a051d6dc67475f6832b2a1e0f7367bdef45a316c5222112842919808227bd9e9ccfe97d0439b79f86377fbb5017eed98f2dc58fe66b14f9804741dcd83036 ) vcpkg_download_distfile(LICENSE |
