diff options
| author | Martin Hořeňovský <martin.horenovsky@gmail.com> | 2018-02-09 19:44:48 +0100 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-02-09 10:44:48 -0800 |
| commit | ca45a305cff2c39e162271cdb64314ca10e38363 (patch) | |
| tree | 74f88ab3a82f0a025a7d4fc98fbb849a47a26bf2 | |
| parent | 73e45b0ce2b4132a24708a0359c76927ed418e15 (diff) | |
| download | vcpkg-ca45a305cff2c39e162271cdb64314ca10e38363.tar.gz vcpkg-ca45a305cff2c39e162271cdb64314ca10e38363.zip | |
Update Catch to 2.1.2 (#2763)
| -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 0f169ae4e..272a2592d 100644 --- a/ports/catch2/CONTROL +++ b/ports/catch2/CONTROL @@ -1,4 +1,4 @@ Source: catch2 -Version: 2.1.1 +Version: 2.1.2 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 34adb60db..4c75ae0f6 100644 --- a/ports/catch2/portfile.cmake +++ b/ports/catch2/portfile.cmake @@ -1,11 +1,11 @@ include(vcpkg_common_functions) -set(CATCH_VERSION v2.1.1) +set(CATCH_VERSION v2.1.2) vcpkg_download_distfile(HEADER URLS "https://github.com/catchorg/Catch2/releases/download/${CATCH_VERSION}/catch.hpp" FILENAME "catchorg-catch2-${CATCH_VERSION}.hpp" - SHA512 52a3161b92b7a21b360ce023b69b881c23869fa9194f22b4aadc9b3d1415520a1b525d5dd22b599495bef6ad4f051ecf853528c0e6296d2bf0c1bf99842bce52 + SHA512 4d6b26aff890fd543c05a780f777df6a3ac609d67d7bc6888377c7e18b7d8d371f12725a5ff03ce5c3fac05730e8b7116164c7173a04eb56ca38c2f3e3cbb9a6 ) vcpkg_download_distfile(LICENSE |
