aboutsummaryrefslogtreecommitdiff
path: root/ports/doctest
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-11-29 13:12:11 -0800
committerRobert Schumacher <roschuma@microsoft.com>2017-11-30 12:27:56 -0800
commit26f12d20bbbce9247860f5cb0a14088f91d06970 (patch)
treef59ab60cf8f70233aed0c6ef3e161e420c19ed0c /ports/doctest
parent1e8bb55f144a61c68e01cefe1b3c15f58b71cd06 (diff)
downloadvcpkg-26f12d20bbbce9247860f5cb0a14088f91d06970.tar.gz
vcpkg-26f12d20bbbce9247860f5cb0a14088f91d06970.zip
[many ports] Updates to latest
Diffstat (limited to 'ports/doctest')
-rw-r--r--ports/doctest/CONTROL2
-rw-r--r--ports/doctest/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/doctest/CONTROL b/ports/doctest/CONTROL
index 29093fae4..872c47475 100644
--- a/ports/doctest/CONTROL
+++ b/ports/doctest/CONTROL
@@ -1,3 +1,3 @@
Source: doctest
-Version: 1.2.0
+Version: 1.2.6
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 4a98020f0..eef9b4ca1 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 1.2.0
- SHA512 7e01e4b817e2200fcd7216342b184ddb60723180bb0a69e24d8c54b7b7d5d983bbd7a2fb0c629e87c95127f4213cca11beb95d079880313d2445703e289c23b5
+ REF 1.2.6
+ SHA512 bee59e9e18a474b9a7883e0c506a1133fdd382d3ecbe010c0402399d6c48572508bfa347a2196908d846e345508c564f758b17c268a19b65968f5c2ff87b25a4
HEAD_REF master
)