aboutsummaryrefslogtreecommitdiff
path: root/ports/google-cloud-cpp-spanner
diff options
context:
space:
mode:
authorCarlos O'Ryan <coryan@users.noreply.github.com>2020-02-08 23:23:12 -0500
committerGitHub <noreply@github.com>2020-02-08 20:23:12 -0800
commit4529a5b8ee2c819893ff86e2a90f6df6c752c107 (patch)
tree39acda714fef603d3d7c3047157d3975c3faaf79 /ports/google-cloud-cpp-spanner
parent8db6db5dac70c25b04cd4dd84392484dee822fbe (diff)
downloadvcpkg-4529a5b8ee2c819893ff86e2a90f6df6c752c107.tar.gz
vcpkg-4529a5b8ee2c819893ff86e2a90f6df6c752c107.zip
[google-cloud-cpp*] Upgrade to latest release (#9946)
* [google-cloud-cpp*] Upgrade to latest release * Update CI baseline. * Address review comments.
Diffstat (limited to 'ports/google-cloud-cpp-spanner')
-rw-r--r--ports/google-cloud-cpp-spanner/CONTROL2
-rw-r--r--ports/google-cloud-cpp-spanner/portfile.cmake8
2 files changed, 4 insertions, 6 deletions
diff --git a/ports/google-cloud-cpp-spanner/CONTROL b/ports/google-cloud-cpp-spanner/CONTROL
index 00968657a..5014bc7c1 100644
--- a/ports/google-cloud-cpp-spanner/CONTROL
+++ b/ports/google-cloud-cpp-spanner/CONTROL
@@ -1,5 +1,5 @@
Source: google-cloud-cpp-spanner
-Version: 0.5.0
+Version: 0.7.0
Build-Depends: grpc, googleapis, google-cloud-cpp-common
Description: C++ Client Library for Google Cloud Spanner.
Homepage: https://github.com/googleapis/google-cloud-cpp-spanner
diff --git a/ports/google-cloud-cpp-spanner/portfile.cmake b/ports/google-cloud-cpp-spanner/portfile.cmake
index 369e5cbb3..8d2ff27ce 100644
--- a/ports/google-cloud-cpp-spanner/portfile.cmake
+++ b/ports/google-cloud-cpp-spanner/portfile.cmake
@@ -1,12 +1,10 @@
-include(vcpkg_common_functions)
-
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO googleapis/google-cloud-cpp-spanner
- REF v0.5.0
- SHA512 66878f1de13f1825100c826042baceb7aba89ca3f451b24e9a49adf5f1f954d9d068ce033123bb2f692ccc60acce386a82e64599b8038d6e5096c7c7bd391d12
+ REF v0.7.0
+ SHA512 f3fea6ebe3431102c23737822d17e90d4d301f5854ec17834ee379013c92b1997ff10421ee5f82e35b651cd930dbb8d73e9aad50b754b3fe1395257fa4199dfb
HEAD_REF master
)
@@ -26,6 +24,6 @@ file(REMOVE_RECURSE
${CURRENT_PACKAGES_DIR}/debug/share)
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake TARGET_PATH share)
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/google-cloud-cpp-spanner RENAME copyright)
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
vcpkg_copy_pdbs()