[doctest] Update library to 2.3.5 (#8295)

This commit is contained in:
Ehsan 2019-09-23 21:05:03 +03:30 committed by Phil Christensen
parent 47531264b3
commit e1f8504518
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: doctest
Version: 2.3.4
Version: 2.3.5
Homepage: https://github.com/onqtam/doctest
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.4
SHA512 ca97da8e22684f2d901d0a9dc9c1d0c7126a850f75fe20c37a4d8bbc6f7eafc961313a6c58ca712f00465fff107e1b6b6d9557d2b04edb3029b0035bcfa6db20
REF 2.3.5
SHA512 bf94d6533bf9e91e7d37289263261a9d0a6ee129d41fe4070914c14357095f537868b01b557b8c40c655d1db78cfe6040ecb4a86dc9effe5fbc71f2cfd87146c
HEAD_REF master
)