Skip to content

Commit 1119951

Browse files
authored
[google-cloud-cpp] update to the latest release (v2.33.0) (microsoft#42780)
1 parent 526b56d commit 1119951

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

ports/google-cloud-cpp/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO googleapis/google-cloud-cpp
66
REF "v${VERSION}"
7-
SHA512 849c9cd1929e78d232b1b669676df46c7b597ed132f503880b65d9a7d495a573e58de7b95cea9df0d861e7046620397ef804d72d57c770243cea7fc1afcf9762
7+
SHA512 f57857a0853fa0980bb2c07d25d22240ce27a005a41cc99bf25ca0148fe7c9d5717eeb393519a37f05b40d4c114dde30e959e994700aece1ca2c45e68cd9bf77
88
HEAD_REF main
99
)
1010

ports/google-cloud-cpp/vcpkg.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-cloud-cpp",
3-
"version": "2.32.0",
3+
"version": "2.33.0",
44
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
55
"homepage": "https://github.com/googleapis/google-cloud-cpp",
66
"license": "Apache-2.0",
@@ -765,7 +765,8 @@
765765
"name": "google-cloud-cpp",
766766
"default-features": false,
767767
"features": [
768-
"grpc-common"
768+
"grpc-common",
769+
"rest-common"
769770
]
770771
}
771772
]

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3221,7 +3221,7 @@
32213221
"port-version": 0
32223222
},
32233223
"google-cloud-cpp": {
3224-
"baseline": "2.32.0",
3224+
"baseline": "2.33.0",
32253225
"port-version": 0
32263226
},
32273227
"google-cloud-cpp-common": {

versions/g-/google-cloud-cpp.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "541916b36ffb283704df2f201a6d12f591cdd361",
5+
"version": "2.33.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "64e9d371960f9fd758992954ee20750adf6f1abc",
510
"version": "2.32.0",

0 commit comments

Comments
 (0)