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

[mimicpp] update to v6 #43222

Merged
merged 2 commits into from
Jan 14, 2025
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
2 changes: 1 addition & 1 deletion ports/mimicpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO DNKpp/mimicpp
REF "v${VERSION}"
SHA512 e713c9d6accc2d1b4cf5b87f46537ec6fe0827b4b3ab9c3bcf437616b51859b229a8abc1fe1dbe41a76992289c4c5160a888a5e5a193cb43f8c6297a5700b529
SHA512 facdf604ce481d291b7f265c7c5dbbb348a8623cf8ee1bb873b70988c8e7d3b0b170fd81f1bc297c28ba6ee09510b50a0f790c5473d6a9c1ad9633304f8c0124
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/mimicpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mimicpp",
"version": "5",
"version": "6",
"description": "mimic++, a modern and (mostly) macro free mocking framework.",
"homepage": "https://github.com/DNKpp/mimicpp",
"license": "BSL-1.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5961,7 +5961,7 @@
"port-version": 1
},
"mimicpp": {
"baseline": "5",
"baseline": "6",
"port-version": 0
},
"minc": {
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mimicpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fac71166d9f5b94c97fda39a97ebe3ecbd9c87fc",
"version": "6",
"port-version": 0
},
{
"git-tree": "d95758234f92448a39a0a2e666e7601f95ae7e91",
"version": "5",
Expand Down