diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2021-03-01 13:12:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 10:12:48 -0800 |
| commit | a6043e4fd21c600bd1fefe6afd300e41c763f74a (patch) | |
| tree | 706f0bef6ecb07ec0e208845e3271ee4ea9fd958 /ports/google-cloud-cpp | |
| parent | 2a0707bf0e363ac654c5fe2131e6e28ada5c03b9 (diff) | |
| download | vcpkg-a6043e4fd21c600bd1fefe6afd300e41c763f74a.tar.gz vcpkg-a6043e4fd21c600bd1fefe6afd300e41c763f74a.zip | |
[google-cloud-cpp] update to latest release (v1.25.0) (#16477)
Diffstat (limited to 'ports/google-cloud-cpp')
| -rw-r--r-- | ports/google-cloud-cpp/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/google-cloud-cpp/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/google-cloud-cpp/portfile.cmake b/ports/google-cloud-cpp/portfile.cmake index 783ac0141..0da849f0d 100644 --- a/ports/google-cloud-cpp/portfile.cmake +++ b/ports/google-cloud-cpp/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO googleapis/google-cloud-cpp - REF v1.24.0 - SHA512 06d53c1599ad60d5ec201f4fc9526f1bae6aee3c776423b9072c07030c840fb808c4e983b83ca58b7899f56e648b4a73846c8ecad0238e513979964f2d28d072 + REF v1.25.0 + SHA512 db1803b9de38028a171d3b295b85da5dd36f150c78f2ec523f24eb67998c27d06584aa26e572cab8508841cb469c980304501b87f4157a8020f85bc733f968b5 HEAD_REF master ) diff --git a/ports/google-cloud-cpp/vcpkg.json b/ports/google-cloud-cpp/vcpkg.json index 33f4f70f3..4c9f4791c 100644 --- a/ports/google-cloud-cpp/vcpkg.json +++ b/ports/google-cloud-cpp/vcpkg.json @@ -1,6 +1,6 @@ { "name": "google-cloud-cpp", - "version": "1.24.0", + "version": "1.25.0", "port-version": 2, "description": "C++ Client Libraries for Google Cloud Platform APIs.", "homepage": "https://github.com/googleapis/google-cloud-cpp", |
