[doctest] Update to 2.4.11 (#30355)

* [doctest] Update to 2.4.11

* update version
This commit is contained in:
Lily Wang 2023-03-24 06:58:42 +08:00 committed by GitHub
parent e35a739f5e
commit 0ab398d8b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 5 deletions

View File

@ -1,8 +1,9 @@
# header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO doctest/doctest
REF v2.4.9
SHA512 c7337e2de371c18973a0f4cb76458d6ae387e78874c9bc8aa367ffd2d592514b774e7c5ebf44f83b7046f6b33c6905fd079c36f4c33eadf52b3d651d978182cb
REF "v${VERSION}"
SHA512 04425686057079d3f1a6f767c487f1953050f553dbff9fc42b42dde1358fe26e46bf6219881bbfce625f15cb9c229474d82688120eb2cb2b1d8138db0cc91b3c
HEAD_REF master
)
@ -19,4 +20,4 @@ vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib")
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")

View File

@ -1,6 +1,6 @@
{
"name": "doctest",
"version": "2.4.9",
"version": "2.4.11",
"description": "The fastest feature-rich C++11/14/17/20 single-header testing framework",
"homepage": "https://github.com/doctest/doctest",
"license": "MIT",

View File

@ -2109,7 +2109,7 @@
"port-version": 2
},
"doctest": {
"baseline": "2.4.9",
"baseline": "2.4.11",
"port-version": 0
},
"double-conversion": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "619b544477f70ef777fcc294e0b31650e2bd4c05",
"version": "2.4.11",
"port-version": 0
},
{
"git-tree": "6f1ded501cbcf08445218ca0c5bee9df28188df9",
"version": "2.4.9",