[catch2] Update to 2.1.1 (#9685)

This commit is contained in:
NancyLi1013 2020-01-16 12:19:27 -08:00 committed by nicole mazzuca
parent 529edbb3a4
commit 2f02076c51
2 changed files with 3 additions and 5 deletions

View File

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

View File

@ -1,10 +1,8 @@
include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO catchorg/Catch2
REF v2.11.0
SHA512 0a7843931118a1b64c14bf7e3061662a68e804e93a17a956532356e319dcaeb9f1f71d0338a7e980701443dbdb4c3ed044a271e3d1faf3a6bfd942eae3f39498
REF d10b9bd02e098476670f5eb0527d2c7281476e8a #v2.11.1
SHA512 c4a2f6bac4eb7abf8ad79aa1421b8b2ea623be3c946b02b9287fa2f95952b281a454eb56b80224fc1824e4d8c67317bc657eec4b4e65fb9709031602371e13b3
HEAD_REF master
)