[Catch2] Update to v2.9.1 (#7497)

This commit is contained in:
RT222 2019-08-02 02:39:56 +02:00 committed by Phil Christensen
parent e7e254cb11
commit 69cc77d08d
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: catch2
Version: 2.7.2-2
Version: 2.9.1-1
Description: A modern, header-only test framework for unit testing.
Homepage: https://github.com/catchorg/Catch2

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO catchorg/Catch2
REF v2.7.2
SHA512 ac58cb3b676c73a361a494492e7b1f1b85cba7d08feb2d09b2269109a89b66aa37efead6b0a9fca64678f42a3395a3b02b6d461b4cb35310451ce849a79d04ae
REF v2.9.1
SHA512 ea18eef1fece72518c8a46b89727f5d0545a15038957087324abe6421c682693379476ff46106132f080677ebcc1c9ead51a9cf25dced3bb576a33e4f6fae4f6
HEAD_REF master
)