Skip to content

Commit

Permalink
[fakeit] update to 2.4.0 (microsoft#34134)
Browse files Browse the repository at this point in the history
* [fakeit] update to 2.4.0

* [fakeit] update to 2.4.0
  • Loading branch information
jiayuehua authored Sep 29, 2023
1 parent 5eea628 commit 7592424
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/fakeit/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO eranpeer/FakeIt
REF 78ca536e6b32f11e2883d474719a447915e40005 #v2.3.0
SHA512 b3a76d278217d177e2222d6e4c782c8ee08a7b6244e5f89fd25b22faffc8f0cf402c1d04763fb6f6ef37272738adf5dd7ff7a0437c1bc9a5043765058fa2a648
REF "${VERSION}"
SHA512 3575dc2247a97ea6d3c584e9b933e32cc0d1936fec480b19caf8305e8ba39bb11b4437930a5343b343df66347354ef5aaa8d2811e0ff3119bfc619629a0c2b8b
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/fakeit/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fakeit",
"version": "2.3.0",
"version": "2.4.0",
"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
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2449,7 +2449,7 @@
"port-version": 0
},
"fakeit": {
"baseline": "2.3.0",
"baseline": "2.4.0",
"port-version": 0
},
"fameta-counter": {
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": "a226f1d679f9c3acf8c67d69d24086e236b67a29",
"version": "2.4.0",
"port-version": 0
},
{
"git-tree": "a167ae0c79d73a0c9802b41992c668a41209a390",
"version": "2.3.0",
Expand Down

0 comments on commit 7592424

Please sign in to comment.