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

[fakeit] Update to 2.4.1 #41602

Merged
merged 1 commit into from
Oct 17, 2024
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/fakeit/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 eranpeer/FakeIt
REF "${VERSION}"
SHA512 3575dc2247a97ea6d3c584e9b933e32cc0d1936fec480b19caf8305e8ba39bb11b4437930a5343b343df66347354ef5aaa8d2811e0ff3119bfc619629a0c2b8b
SHA512 CA9932DF909D6C7F75AB775B6AC9695C80F1DC4A58599C789EEA279A05183E9568BB80B63EBDA5EF77EDD54D766977AB7C5BCD565FB45A61B56CB8D43E49007B
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/fakeit/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "fakeit",
"version": "2.4.0",
"port-version": 3,
"version": "2.4.1",
"description": "FakeIt is a simple mocking framework for C++. It supports GCC, Clang and MS Visual C++.",
"homepage": "https://github.com/eranpeer/FakeIt",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2641,8 +2641,8 @@
"port-version": 1
},
"fakeit": {
"baseline": "2.4.0",
"port-version": 3
"baseline": "2.4.1",
"port-version": 0
},
"fameta-counter": {
"baseline": "2021-02-13",
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fakeit.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "dee32d1fc08039620e6ba6e8b64e87d5da500200",
"version": "2.4.1",
"port-version": 0
},
{
"git-tree": "199349d27860bb252a22a7bad0eb76b9fb61acdc",
"version": "2.4.0",
Expand Down