mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[lest] Update to 1.37.0 (#48534)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -4533,7 +4533,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"lest": {
|
||||
"baseline": "1.36.0",
|
||||
"baseline": "1.37.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"level-zero": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cfeb2e17aeecd3721966c827b34a4c5d79392cc8",
|
||||
"version": "1.37.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "20cc28206eda01fb99d7fbcba47f9f0e1beb5519",
|
||||
"version": "1.36.0",
|
||||
|
||||
Reference in New Issue
Block a user