diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-10-25 10:38:15 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-10-26 18:49:29 -0700 |
| commit | c538d6d99668bb416153aade75ed5dd9f7b7c28d (patch) | |
| tree | 6b0f3ff43cf4d62ca87246437610a6888473223f /ports/doctest | |
| parent | f5c8349a85df6cf9eafe24849fa734102105cb3d (diff) | |
| download | vcpkg-c538d6d99668bb416153aade75ed5dd9f7b7c28d.tar.gz vcpkg-c538d6d99668bb416153aade75ed5dd9f7b7c28d.zip | |
Upgrades 2018.10.25
Diffstat (limited to 'ports/doctest')
| -rw-r--r-- | ports/doctest/CONTROL | 2 | ||||
| -rw-r--r-- | ports/doctest/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/doctest/CONTROL b/ports/doctest/CONTROL index 214950929..07885a75d 100644 --- a/ports/doctest/CONTROL +++ b/ports/doctest/CONTROL @@ -1,3 +1,3 @@ Source: doctest -Version: 2.0.0 +Version: 2.0.1 Description: The fastest feature-rich C++ single-header testing framework for unit tests and TDD diff --git a/ports/doctest/portfile.cmake b/ports/doctest/portfile.cmake index 007b3a21d..a84d9a21d 100644 --- a/ports/doctest/portfile.cmake +++ b/ports/doctest/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO onqtam/doctest - REF 2.0.0 - SHA512 ad167201fa10890e868fab628d73588e66470fbf6d5bdf0cd4e4ce13510f0727411fa709eb748eb1b5de19307c75d2efbcd71cb678e3ef1d0632056d7af2f012 + REF 2.0.1 + SHA512 bbd676c8485d9bee4be3f2f6bdd0f72bced09767427533c8de3ea46b298182acaeff64e42683a4283512edd81bb444880b229e65f3296bb4afc8b5b93c03b970 HEAD_REF master ) |
