aboutsummaryrefslogtreecommitdiff
path: root/ports/catch2
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-04-30 09:20:18 -0700
committerPhil Christensen <philc@microsoft.com>2019-04-30 09:20:18 -0700
commit516d10bb68dc5da7a58c992373b9e971d74a49fe (patch)
tree3473421e6cb6b26f3feab96aefa4af51cca6c99d /ports/catch2
parentfcc13318da06dbec75f46311508db6f9aaeb479e (diff)
downloadvcpkg-516d10bb68dc5da7a58c992373b9e971d74a49fe.tar.gz
vcpkg-516d10bb68dc5da7a58c992373b9e971d74a49fe.zip
[many ports] Updates 2019.04.19 (#6155)
* [many ports] Updates 2019.04.19
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 33b07cfaf..c65c51408 100644
--- a/ports/catch2/CONTROL
+++ b/ports/catch2/CONTROL
@@ -1,4 +1,4 @@
Source: catch2
-Version: 2.7.0
+Version: 2.7.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 b8d7124bb..32121c988 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.7.0
- SHA512 ab6c816642a92418c76c8ddabf17eb0c19bef1dc6ac2405c820280d670ef1d78c9ae89909f5a36bf063f0939d253b7c6b5e845c1ac4e63b338927e125dee950d
+ REF v2.7.1
+ SHA512 1566f63122984a8f29645db8e76028ba2559bb4b812f1e15081f79725530effe2ff432b6f61f404dc2b386829004d126b9511053d25a811c017f3102a01608a1
HEAD_REF master
)