Skip to content

Commit

Permalink
[mimicpp] update to v6 (#43222)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdademo authored Jan 14, 2025
1 parent 14f6f66 commit cb305ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
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 @@ -5973,7 +5973,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

0 comments on commit cb305ea

Please sign in to comment.