[catch2] Update to 2.11.3 (#10536)

This commit is contained in:
Phoebe 2020-03-28 10:15:58 +08:00 committed by GitHub
parent ec11757f90
commit 4b822a1388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO catchorg/Catch2
REF d10b9bd02e098476670f5eb0527d2c7281476e8a #v2.11.1
SHA512 c4a2f6bac4eb7abf8ad79aa1421b8b2ea623be3c946b02b9287fa2f95952b281a454eb56b80224fc1824e4d8c67317bc657eec4b4e65fb9709031602371e13b3
REF 255aa5f2afe1a622c97422f65ace6ca915be0d8d # v2.11.3
SHA512 e46d14105928fb43cd041bd4d797d255233d302d87f06823f7ae49f95b1e9a2fae321de4812f6e9ce3028a904cbd668cdf0ad3e6673bc5297f29d1fb1c46f130
HEAD_REF master
)