Skip to content

Commit

Permalink
[cppgraphqlgen] Update to v4.3.1 (#24607)
Browse files Browse the repository at this point in the history
* [cppgraphqlgen] Update to v4.3.1

* vcpkg x-add-version --all

* Update ports/cppgraphqlgen/vcpkg.json

Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>

* vcpkg x-add-version cppgraphqlgen --overwrite-version

Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
  • Loading branch information
wravery and LilyWangLL authored May 10, 2022
1 parent 0e26d20 commit 3c1e65c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/cppgraphqlgen/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 microsoft/cppgraphqlgen
REF v4.2.0
SHA512 81dd9d81c7f05470b2bfd106e75b54aa79ae15085b43daab68b4ce4784c5b1885e5eb342e4c29c3131e79d566627b7cf46901311c51c18334b440f4744c44142
REF v4.3.1
SHA512 22c453d9617ce420c194edc9a73ffb6b1b48722e24186d4b76bc36d9dd64a8720aa3f85905d43b07c3e31781ef30a945f935ca216dc464f16a1c088380dea4e6
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/cppgraphqlgen/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cppgraphqlgen",
"version-semver": "4.2.0",
"version": "4.3.1",
"description": "C++ GraphQL schema service generator",
"homepage": "https://github.com/microsoft/cppgraphqlgen",
"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 @@ -1609,7 +1609,7 @@
"port-version": 1
},
"cppgraphqlgen": {
"baseline": "4.2.0",
"baseline": "4.3.1",
"port-version": 0
},
"cppitertools": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cppgraphqlgen.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7c3acfd5254a4ae0680cc3f96eef630bcaab7b36",
"version": "4.3.1",
"port-version": 0
},
{
"git-tree": "c8d2246a2df1d89e380901d0027220ca7a91531d",
"version-semver": "4.2.0",
Expand Down

0 comments on commit 3c1e65c

Please sign in to comment.