[cppgraphqlgen] Update to 1.0.3 bugfix release (#5139)

* Update to 1.0.2 bugfix release

* Update REF to get missing commit

* Update to v1.0.3
This commit is contained in:
Bill Avery 2019-01-17 13:40:57 -08:00 committed by Robert Schumacher
parent 7d2f73d36b
commit c028db0b8d
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: cppgraphqlgen
Version: 1.0.0
Version: 1.0.3
Build-Depends: pegtl, rapidjson
Description: C++ GraphQL schema service generator

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/cppgraphqlgen
REF v1.0.0
SHA512 3756c31063dc86d1c37d3cb709221b2b6e7dda5f3405d7586e4f395fd4915b1088c0305b116164c615846413042857fd688e61ef36c5c2aab218cfab8f16370c
REF v1.0.3
SHA512 136f17460d6a7ed3bd20e2be5f9326d2a4a039bc1a7a212155a31a5e165e0f1fd061638c3f77f22d6c3d4230e9a57563585ad29ef59eea355e1521b374ce1ce4
HEAD_REF master
)