diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2021-02-03 14:14:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-03 11:14:31 -0800 |
| commit | 5214a247018b3bf2d793cea188ea2f2c150daddd (patch) | |
| tree | f0f59854c33304a3338d638c7e6e513b57a0ea21 /ports/google-cloud-cpp | |
| parent | ba03ad7c9d2f3b0467229055bebf5b7251f15045 (diff) | |
| download | vcpkg-5214a247018b3bf2d793cea188ea2f2c150daddd.tar.gz vcpkg-5214a247018b3bf2d793cea188ea2f2c150daddd.zip | |
[google-cloud-cpp] update to the latest release (v1.24.0) (#16001)
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 4f6ce6910..783ac0141 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.23.0 - SHA512 66c8bc6a878dbe23be0dd8fbe2580b725a2e5dab1b132a53f3454a32ec0cce706bdeae8b08b1922acc892f7983df5bc076e3d16993d5d0c1bda75e8a1195c882 + REF v1.24.0 + SHA512 06d53c1599ad60d5ec201f4fc9526f1bae6aee3c776423b9072c07030c840fb808c4e983b83ca58b7899f56e648b4a73846c8ecad0238e513979964f2d28d072 HEAD_REF master ) diff --git a/ports/google-cloud-cpp/vcpkg.json b/ports/google-cloud-cpp/vcpkg.json index a99b539c3..34ac26563 100644 --- a/ports/google-cloud-cpp/vcpkg.json +++ b/ports/google-cloud-cpp/vcpkg.json @@ -1,6 +1,6 @@ { "name": "google-cloud-cpp", - "version-string": "1.23.0", + "version-string": "1.24.0", "description": "C++ Client Libraries for Google Cloud Platform APIs.", "homepage": "https://github.com/googleapis/google-cloud-cpp", "supports": "!uwp", |
