Skip to content

Commit

Permalink
[google-cloud-cpp] update to v1.35.0 (#22348)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Jan 6, 2022
1 parent b934807 commit e0ac445
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/google-cloud-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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.34.1
SHA512 2a11fb5f4ee620312575281e7ee0b1caa1c110c411b623d7ae4e9bb87c5f34dcf4c63fcb238e5e943deb02e7fcbb8b0e294ec966b98aecd164dc40cf6b6ecc1b
REF v1.35.0
SHA512 99eabb37ff32ddaf8f646415b50f3843e89fb119646428c16f03060c2787c8d86fa1ac0919ee60c4f6c7a3b71a14eb828ae26a7fc26d928543d72c7ba3268bff
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/google-cloud-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-cloud-cpp",
"version": "1.34.1",
"version": "1.35.0",
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
"homepage": "https://github.com/googleapis/google-cloud-cpp",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2525,7 +2525,7 @@
"port-version": 0
},
"google-cloud-cpp": {
"baseline": "1.34.1",
"baseline": "1.35.0",
"port-version": 0
},
"google-cloud-cpp-common": {
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": "171fbf69839919f9cbd18e7d1d3c4375920c4ae5",
"version": "1.35.0",
"port-version": 0
},
{
"git-tree": "3a3519f9f0fc9833e8f4dd815aea69b385ea6885",
"version": "1.34.1",
Expand Down

0 comments on commit e0ac445

Please sign in to comment.