Skip to content

Commit

Permalink
[Fakeit] update to v2.1.0 (microsoft#23621)
Browse files Browse the repository at this point in the history
* [FakeIt] update to v2.1.0

* update version
  • Loading branch information
FrankXie05 authored Mar 18, 2022
1 parent f38bcae commit 7f9b226
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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 514ca290b78d15f4fb46e1696f47189cf2524376 #v2.0.9
SHA512 679808f5f7e036bdb465a4a8ded79e539e4d9992f27e87de1a23be221bc983146183c26087f16a8c7dafab58e337a050b78402c23189ce02cad0afc7ab7718b5
REF 98979d2784d270514c3d4cde18d4370d1381d866 #v2.1.0
SHA512 f824d9f2171b2453b43a19ebaf203527ca2e943af9cf5caef435c31dcb3af74ccc9ea6e09cd14875652b887d68e9d1a006cd9543c099b4606e68eeae1ce042f7
HEAD_REF master
)

Expand Down
5 changes: 3 additions & 2 deletions ports/fakeit/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "fakeit",
"version": "2.0.9",
"version": "2.1.0",
"description": "FakeIt is a simple mocking framework for C++. It supports GCC, Clang and MS Visual C++.",
"homepage": "https://github.com/eranpeer/FakeIt"
"homepage": "https://github.com/eranpeer/FakeIt",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2109,7 +2109,7 @@
"port-version": 0
},
"fakeit": {
"baseline": "2.0.9",
"baseline": "2.1.0",
"port-version": 0
},
"fann": {
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": "e69fbaa4aed8ea6adf901929dd369ead884b9977",
"version": "2.1.0",
"port-version": 0
},
{
"git-tree": "c7be74886e3d0e180a2abc712c1f95f26f6f3c67",
"version": "2.0.9",
Expand Down

0 comments on commit 7f9b226

Please sign in to comment.