Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doctest] Update to 2.4.8 #23081

Merged
merged 2 commits into from
Feb 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/doctest/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO onqtam/doctest
REF 2.4.6
SHA512 A5CCCF085AF946003140AF688F071A6407D42FC685324A537E3B704EF9DE0F2228BD06EABFD1DF8DA70DEC001420DD0B2813E5E4320B5C1DA450CB0AADD63788
REF v2.4.8
SHA512 f9b40abfd756331f9b667f3c1e7dcf2652effacac70523834dd3946522f01459c095bdbad04651ad2ad155977e1395025f868ed4dcf5d5712aae9807afb5699c
HEAD_REF master
)

Expand Down
4 changes: 2 additions & 2 deletions ports/doctest/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doctest",
"version": "2.4.6",
"description": "The fastest feature-rich C++ single-header testing framework for unit tests and TDD",
"version": "2.4.8",
"description": "The fastest feature-rich C++11/14/17/20 single-header testing framework",
"homepage": "https://github.com/onqtam/doctest"
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1893,7 +1893,7 @@
"port-version": 1
},
"doctest": {
"baseline": "2.4.6",
"baseline": "2.4.8",
"port-version": 0
},
"double-conversion": {
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/doctest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "74d6364092a4086dd36a0d54a3d16e3cc24fe478",
"version": "2.4.8",
"port-version": 0
},
{
"git-tree": "15aee759d06d6b4a61bc3fec3ecd1fbfac7c1d05",
"version": "2.4.6",
Expand Down