Skip to content

Commit

Permalink
[fakeit] Update to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Poldraunic committed Oct 16, 2024
1 parent e63bd09 commit 15f352e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
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

0 comments on commit 15f352e

Please sign in to comment.