aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAMS21 <19614997+AMS21@users.noreply.github.com>2019-12-21 22:05:30 +0000
committerRobert Schumacher <roschuma@microsoft.com>2019-12-21 14:05:30 -0800
commit5e88eec627c2e007624f69f34acdaabafa239a0f (patch)
treea6f848f22094df27e68bd152f0a412551e9c6acc
parentedbc0dee676131128549eb2030b8172885144a3a (diff)
downloadvcpkg-5e88eec627c2e007624f69f34acdaabafa239a0f.tar.gz
vcpkg-5e88eec627c2e007624f69f34acdaabafa239a0f.zip
[doctest] Update library to 2.3.6 (#9403)
-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 4b7f0cc1b..37d61b70c 100644
--- a/ports/doctest/CONTROL
+++ b/ports/doctest/CONTROL
@@ -1,4 +1,4 @@
Source: doctest
-Version: 2.3.5
+Version: 2.3.6
Homepage: https://github.com/onqtam/doctest
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 427c771e9..4f840343b 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.3.5
- SHA512 bf94d6533bf9e91e7d37289263261a9d0a6ee129d41fe4070914c14357095f537868b01b557b8c40c655d1db78cfe6040ecb4a86dc9effe5fbc71f2cfd87146c
+ REF 2.3.6
+ SHA512 e09d61331e9d7dc11e0c93f377c26f9fcac66c8bb5f02731028d396fb595770580c66b5e20b2dba4a203d9956637a0a8a1e43c63cc90452b103c3144e83dbc1e
HEAD_REF master
)