aboutsummaryrefslogtreecommitdiff
path: root/ports/cppgraphqlgen
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-09-27 17:54:12 -0700
committerGitHub <noreply@github.com>2020-09-27 17:54:12 -0700
commitb9be644f8b851c67a9fa42941331167d6da4b14c (patch)
tree77e236da2c67fa068c11ca20fdf8982e1a9f4a22 /ports/cppgraphqlgen
parent8fcd02ddc190fe440a48f64035fb2508c7a157dc (diff)
downloadvcpkg-b9be644f8b851c67a9fa42941331167d6da4b14c.tar.gz
vcpkg-b9be644f8b851c67a9fa42941331167d6da4b14c.zip
[capnproto/check/cppgraphqlgen] Update version (#13677)
* [manyports] Update version 3 * move changes to other PRs * Remove unuse patch * Remove useless patch
Diffstat (limited to 'ports/cppgraphqlgen')
-rw-r--r--ports/cppgraphqlgen/CONTROL2
-rw-r--r--ports/cppgraphqlgen/portfile.cmake10
2 files changed, 6 insertions, 6 deletions
diff --git a/ports/cppgraphqlgen/CONTROL b/ports/cppgraphqlgen/CONTROL
index 659b91440..e723be28b 100644
--- a/ports/cppgraphqlgen/CONTROL
+++ b/ports/cppgraphqlgen/CONTROL
@@ -1,5 +1,5 @@
Source: cppgraphqlgen
-Version: 3.2.2
+Version: 3.2.3
Build-Depends: boost-filesystem (!uwp&!windows), boost-program-options, pegtl, rapidjson
Description: C++ GraphQL schema service generator
Homepage: https://github.com/microsoft/cppgraphqlgen
diff --git a/ports/cppgraphqlgen/portfile.cmake b/ports/cppgraphqlgen/portfile.cmake
index ab6c74d38..e298cf36b 100644
--- a/ports/cppgraphqlgen/portfile.cmake
+++ b/ports/cppgraphqlgen/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/cppgraphqlgen
- REF v3.2.2
- SHA512 69d29800935e36402b81fc2e379b7e6c2edb9ff5bf22cccb4a42cd2497576e5ca4a6e1b6179b8f3c188a0416d882fbc0e0ba72b5e78ee667a2f6847f5b806bf0
+ REF f43fbf4abe82cb598d34824210ec86b50e8c070c # v3.2.3
+ SHA512 e9d2df8aba1942847ef8d3eef75fe72d0b32ae9a47cd183391935d1d89ce30951fc4619f16512c0e0e56b873c9030db09424af6369f5145faaa2549084b983d8
HEAD_REF master
)
@@ -22,6 +22,6 @@ vcpkg_copy_tool_dependencies(${CURRENT_PACKAGES_DIR}/tools/cppgraphqlgen)
vcpkg_copy_pdbs()
-file(INSTALL ${SOURCE_PATH}/LICENSE
- DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}
- RENAME copyright)
+file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
+
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)