aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Hořeňovský <martin.horenovsky@gmail.com>2018-01-26 16:46:41 +0100
committerMartin Hořeňovský <martin.horenovsky@gmail.com>2018-01-26 16:46:41 +0100
commit6a14c842bfedf32df479d83d114e910546c4db0a (patch)
tree0287d0281bbb830f18a44d07b0783d108d39aeac
parent92ad00179c2a1adefa55f3d77d7f3165a68b697a (diff)
downloadvcpkg-6a14c842bfedf32df479d83d114e910546c4db0a.tar.gz
vcpkg-6a14c842bfedf32df479d83d114e910546c4db0a.zip
Update Catch to 2.1.1
-rw-r--r--ports/catch2/CONTROL2
-rw-r--r--ports/catch2/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/catch2/CONTROL b/ports/catch2/CONTROL
index 6eeb40c21..0f169ae4e 100644
--- a/ports/catch2/CONTROL
+++ b/ports/catch2/CONTROL
@@ -1,4 +1,4 @@
Source: catch2
-Version: 2.1.0
+Version: 2.1.1
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 635bc385a..34adb60db 100644
--- a/ports/catch2/portfile.cmake
+++ b/ports/catch2/portfile.cmake
@@ -1,11 +1,11 @@
include(vcpkg_common_functions)
-set(CATCH_VERSION v2.1.0)
+set(CATCH_VERSION v2.1.1)
vcpkg_download_distfile(HEADER
URLS "https://github.com/catchorg/Catch2/releases/download/${CATCH_VERSION}/catch.hpp"
FILENAME "catchorg-catch2-${CATCH_VERSION}.hpp"
- SHA512 967a9b4046ec2c72f094bebae381b5090e88358faefde9bdbca3d7e058c299c1bed0542653de79c857f78139d7969b0815bb8b8a60ff13e2144fcb7af2a2020c
+ SHA512 52a3161b92b7a21b360ce023b69b881c23869fa9194f22b4aadc9b3d1415520a1b525d5dd22b599495bef6ad4f051ecf853528c0e6296d2bf0c1bf99842bce52
)
vcpkg_download_distfile(LICENSE