[doctest] Update to 2.3.2 (#6331)

An critical fix to https://github.com/onqtam/doctest/issues/228
This commit is contained in:
zhihaoy 2019-05-07 14:46:45 -05:00 committed by Griffin Downs
parent d60f874400
commit 1fab043632
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: doctest
Version: 2.3.1
Version: 2.3.2
Description: The fastest feature-rich C++ single-header testing framework for unit tests and TDD

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO onqtam/doctest
REF 2.3.1
SHA512 b8cb502054e05d6e348fa008b44eb49e7932e0ee15e413953ecfd3092ebc490e5924ee669f22abb85e349033e307e7e19ad44b0c6a98973a8ffe4c7aef9017b2
REF 2.3.2
SHA512 316c804d04c51e38ee54edb321c3f6c11e8b45d542add865e930a36430bb2b768c4302ec85a7470d2df7952981432ec4c1da662be46021eff0fa377f5cea85ba
HEAD_REF master
)