[lest] Update to 1.37.0 (#48534)

This commit is contained in:
SunBlack
2025-11-29 07:56:23 +01:00
committed by GitHub
parent 40fc884737
commit 698040d47e
4 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO martinmoene/lest
REF "v${VERSION}"
SHA512 dd517430f9f04dbf5c25c1ffe9b65f9fe56abcbd32dc864f2248672e759cfe893637651bb9d7d4c02d11ccb2d4dae4ae5a670d4cd613152d2783d0bfc3e88ebc
SHA512 78d06bd0bfbe64d3234d4f005c65084d3cea1ca9edd564a6006d78ebf83b1539e3436ef480cda3b48621299dc0c22732918af725a716645e4c73a308b6fe1378
)
file(INSTALL ${SOURCE_PATH}/include/ DESTINATION ${CURRENT_PACKAGES_DIR}/include)

View File

@@ -1,6 +1,6 @@
{
"name": "lest",
"version": "1.36.0",
"version": "1.37.0",
"description": "A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)",
"homepage": "https://github.com/martinmoene/lest"
}

View File

@@ -4533,7 +4533,7 @@
"port-version": 0
},
"lest": {
"baseline": "1.36.0",
"baseline": "1.37.0",
"port-version": 0
},
"level-zero": {

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cfeb2e17aeecd3721966c827b34a4c5d79392cc8",
"version": "1.37.0",
"port-version": 0
},
{
"git-tree": "20cc28206eda01fb99d7fbcba47f9f0e1beb5519",
"version": "1.36.0",