[cppgraphqlgen] Update to 2.1.0 (#5797)

This commit is contained in:
Bill Avery 2019-03-24 15:29:50 -07:00 committed by Victor Romero
parent c2ad1baafc
commit 02e0b40ba3
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: cppgraphqlgen
Version: 2.0.2
Version: 2.1.0
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 v2.0.2
SHA512 259c8bc844b70e99332cd52caf48de3e5f0dfdf5bba6d986209a0e5a9f4491953901b365f43e8612f171bdcaef80b524d6b261b62fb8a429e529a5701a839ca1
REF v2.1.0
SHA512 6fdeade25fc5c4af18d0288b80044a94cc9dcba9eed1640ec2cce06741b874f027930761964ed72073a25e083c0cf2fb828b9cf9732099c8a4f185776b1e1b8a
HEAD_REF master
)