[mimicpp] update to v5 (#42832)

This commit is contained in:
Nick D'Ademo 2024-12-24 02:59:54 +11:00 committed by GitHub
parent 248d650320
commit 47c6ca890b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO DNKpp/mimicpp REPO DNKpp/mimicpp
REF "v${VERSION}" REF "v${VERSION}"
SHA512 48e17ed91d14cd466ad7216849363953793ee3a8d2fa2619600c6177eebcb04e6cd458eff7cbc1a589ae31eebfbb3fa862c430a5ef09e8e0dfbe601f540ae0dc SHA512 e713c9d6accc2d1b4cf5b87f46537ec6fe0827b4b3ab9c3bcf437616b51859b229a8abc1fe1dbe41a76992289c4c5160a888a5e5a193cb43f8c6297a5700b529
HEAD_REF main HEAD_REF main
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "mimicpp", "name": "mimicpp",
"version": "4", "version": "5",
"description": "mimic++, a modern and (mostly) macro free mocking framework.", "description": "mimic++, a modern and (mostly) macro free mocking framework.",
"homepage": "https://github.com/DNKpp/mimicpp", "homepage": "https://github.com/DNKpp/mimicpp",
"license": "BSL-1.0", "license": "BSL-1.0",

View File

@ -5953,7 +5953,7 @@
"port-version": 1 "port-version": 1
}, },
"mimicpp": { "mimicpp": {
"baseline": "4", "baseline": "5",
"port-version": 0 "port-version": 0
}, },
"minc": { "minc": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "d95758234f92448a39a0a2e666e7601f95ae7e91",
"version": "5",
"port-version": 0
},
{ {
"git-tree": "5f1b8b175bd484148b8c96e9b21b817381a8b964", "git-tree": "5f1b8b175bd484148b8c96e9b21b817381a8b964",
"version": "4", "version": "4",