aboutsummaryrefslogtreecommitdiff
path: root/ports/catch2
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-04-06 14:46:51 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-04-06 20:41:59 -0700
commit740622dd73b96c49c66564f5c060bd179bc13b5d (patch)
treeaef9b19afd262cdd1e7f346dda99b476270a8a31 /ports/catch2
parent340320487342740ff2313f44efd35eeba9423ac2 (diff)
downloadvcpkg-740622dd73b96c49c66564f5c060bd179bc13b5d.tar.gz
vcpkg-740622dd73b96c49c66564f5c060bd179bc13b5d.zip
[aws-sdk-cpp][catch2][exiv2][forest][nuklear][rs-core-lib][thrift] Upgrades
Diffstat (limited to 'ports/catch2')
-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 faa5f0574..a466f7be5 100644
--- a/ports/catch2/CONTROL
+++ b/ports/catch2/CONTROL
@@ -1,4 +1,4 @@
Source: catch2
-Version: 2.2.1-1
+Version: 2.2.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 65a38d8f0..5329d9cab 100644
--- a/ports/catch2/portfile.cmake
+++ b/ports/catch2/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO catchorg/Catch2
- REF v2.2.1
- SHA512 48d3a0384dcd19fe622c4fda51639be36c904aaff77f5857615010c57e69d8e9f1deb2156e3e4882a592fe260d2bae0efa3cd02c2a2cabe07d9f9db09051a6b0
+ REF v2.2.2
+ SHA512 ab91036c6c3ace087d0382ce99f26b2c30a4b75d52f285619ca282a618470fe388afe47495f3b2764268d600c6834c60ba464483d06f3a1c4316c099477c8e38
HEAD_REF master
)