mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:08:59 +08:00
[google-cloud-cpp] update to latest release (v2.9.0) (#30643)
* [google-cloud-cpp] update to latest release (v2.9.0) * Address review comments
This commit is contained in:
parent
76b55aaf7c
commit
c4f39609d4
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO googleapis/google-cloud-cpp
|
||||
REF v2.8.0
|
||||
SHA512 d764793c66e06afc9a91622ec32808088b2a0cfedac7876682caded967a06f9f8b0dbebe9dadd36cf75350027dcd1aeed631072d4b8610f1793caf49c2f50f1c
|
||||
REF v${VERSION}
|
||||
SHA512 b6d75d1810bad9cfd9c0271d895324dd432c3275ccdce2fe8e4ee886da56577f06d778101b935b4084a876d957f3d45289c2ebd971a3ced42b12dfa5f2e5b916
|
||||
HEAD_REF main
|
||||
PATCHES
|
||||
support_absl_cxx17.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0",
|
||||
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
||||
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -2857,7 +2857,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
"baseline": "2.8.0",
|
||||
"baseline": "2.9.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"google-cloud-cpp-common": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4f9ab675a9cb385078d01716543e99db9a95135a",
|
||||
"version": "2.9.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "cd39ca22d68218395284a484878ecf7774f1a23c",
|
||||
"version": "2.8.0",
|
||||
|
Loading…
Reference in New Issue
Block a user