[cppgraphqlgen] Update to v4.5.3 (#31448)

* [cppgraphqlgen] Update to v4.5.3

* Run vcpkg x-add-version --all

* Use VERSION variable in REF to stay in sync

* Run vcpkg x-add-version --overwrite-version cppgraphqlgen
This commit is contained in:
Bill Avery 2023-05-24 12:22:49 -07:00 committed by GitHub
parent 5ad9850efe
commit d856a6560e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/cppgraphqlgen
REF v4.5.1
SHA512 a4539d09eabecc7dc0c6715796db4915c8ac602fc1650b8a212b2a09168be15eb0992646fd5b577b7c7c06d8f77e808dae2481027ceb053c96e5b5eabd560103
REF "v${VERSION}"
SHA512 0a41306862bc9f370fb369bd0cdc015fd15b95179ac2de60d8d412a26d385044177d1ca6e730e96e2ff0b0ffabcfe0246fdd3d926348641a145cd2894eb9cb7f
HEAD_REF main
)

View File

@ -1,6 +1,6 @@
{
"name": "cppgraphqlgen",
"version": "4.5.1",
"version": "4.5.3",
"description": "C++ GraphQL schema service generator",
"homepage": "https://github.com/microsoft/cppgraphqlgen",
"license": "MIT",

View File

@ -1793,7 +1793,7 @@
"port-version": 2
},
"cppgraphqlgen": {
"baseline": "4.5.1",
"baseline": "4.5.3",
"port-version": 0
},
"cppitertools": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8d87ba9b4921a48271c8c6abbe7e9c3f96651b4f",
"version": "4.5.3",
"port-version": 0
},
{
"git-tree": "28aa180fcf127016dd1d8ceca4fd964228af191a",
"version": "4.5.1",