aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2018-01-26 13:25:35 -0800
committerGitHub <noreply@github.com>2018-01-26 13:25:35 -0800
commitee44318556ef88a2dcb6343993784d386fe546d2 (patch)
treeeff0f48fbda0345870824000d355edd6253da127
parentf0fea1d58801167778f9f77f91ecf08a8438e135 (diff)
parent6a14c842bfedf32df479d83d114e910546c4db0a (diff)
downloadvcpkg-ee44318556ef88a2dcb6343993784d386fe546d2.tar.gz
vcpkg-ee44318556ef88a2dcb6343993784d386fe546d2.zip
Merge pull request #2658 from horenmar/catch-2.1.1
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