Skip to content

Commit

Permalink
[google-cloud-cpp] update to the latest release (v2.20.0) (microsoft#…
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthart authored and Osyotr committed Jan 23, 2024
1 parent 939b8b4 commit 54c3864
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/google-cloud-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO googleapis/google-cloud-cpp
REF "v${VERSION}"
SHA512 a392da19ac353409ecbf30e390803b2e34670552fd54466a08ee554a77c893d447289b30d5841c7f79b2a23244a269d8ecac8f7fbd8a34dda45ce2d8b1d46817
SHA512 f017252b3fbccd5b91088a00c98a610606c5e98b920bf6c0889b6bf0f33f923c38a6116df7d9784381fd6b81ff4c303f55a609fde2e7182958a3c9cbab1f9f47
HEAD_REF main
PATCHES
support_absl_cxx17.patch
Expand Down
15 changes: 13 additions & 2 deletions ports/google-cloud-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "google-cloud-cpp",
"version": "2.19.0",
"port-version": 1,
"version": "2.20.0",
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
"homepage": "https://github.com/googleapis/google-cloud-cpp",
"license": "Apache-2.0",
Expand Down Expand Up @@ -296,6 +295,18 @@
}
]
},
"cloudquotas": {
"description": "Cloud Quotas API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"commerce": {
"description": "Cloud Commerce C++ Client Library",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3057,8 +3057,8 @@
"port-version": 6
},
"google-cloud-cpp": {
"baseline": "2.19.0",
"port-version": 1
"baseline": "2.20.0",
"port-version": 0
},
"google-cloud-cpp-common": {
"baseline": "alias",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/google-cloud-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3b6b859d3c9db3328c9cb34949d5d618f4999090",
"version": "2.20.0",
"port-version": 0
},
{
"git-tree": "815f9e2c25c4aa47b16ec69ac6c41e2d52655d89",
"version": "2.19.0",
Expand Down

0 comments on commit 54c3864

Please sign in to comment.