diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2020-07-07 03:27:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-06 12:27:14 -0700 |
| commit | 58ff68ae41093573f56fae580a7ef6b339abe14e (patch) | |
| tree | b089afdf3ec9fc475b58c911a95f65c284947155 | |
| parent | b6d4c4e2bff290c2ae16a8aedf6a716557d270b3 (diff) | |
| download | vcpkg-58ff68ae41093573f56fae580a7ef6b339abe14e.tar.gz vcpkg-58ff68ae41093573f56fae580a7ef6b339abe14e.zip | |
[doctest] update to 2.4.0 (#12239)
| -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 6704aba82..e7c29c102 100644 --- a/ports/doctest/CONTROL +++ b/ports/doctest/CONTROL @@ -1,4 +1,4 @@ Source: doctest -Version: 2.3.7 +Version: 2.4.0 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 20fa192bb..fdd9cc79f 100644 --- a/ports/doctest/portfile.cmake +++ b/ports/doctest/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO onqtam/doctest - REF 7d42bd0fab6c44010c8aed9338bd02bea5feba41 #version 2.3.7 - SHA512 4e71c8dd49a97ee2324207e063d47ce56cfb0371c0e855dd26ce4f169299f1710e4f30a9c5f16a078690c983e6ce7b6d5bb4fe9e0ec6be017905b2381a85b5a6 + REF 1c8da00c978c19e00a434b2b1f854fcffc9fba35 #version 2.4.0 + SHA512 aa0d10a0fbd6d3b9f89c3d909bce332804610390a310c3f6ac89c44c76a07f00a8770d30d6481627572bdbd9dabccfe6c6f9f7b5fb6b323bf5120ec623dd358f HEAD_REF master ) |
