Skip to content

Commit

Permalink
[google-cloud-cpp] update to latest release (v1.31.1) (microsoft#19957)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored Sep 8, 2021
1 parent e5b6ec2 commit b5865bf
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.31.0
SHA512 aa650297e60d36f79392a9e206f42bd58f63036e32466ee7a5cd2862cb4b38edf8178e2b04ef3a2dda47ab4f4a544ad3fa4de560f8fd8b9dcf02e60b76a07108
REF v1.31.1
SHA512 c172280cc934978505524d53bc804dc9079af21a1357f347b0bd3554d25cc2d57dec3869f1ba01f9eacaa1367feede84ae158fa3e9039b0e6bb87f7c27717bb1
HEAD_REF master
)

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.31.0",
"version": "1.31.1",
"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 @@ -2401,7 +2401,7 @@
"port-version": 6
},
"google-cloud-cpp": {
"baseline": "1.31.0",
"baseline": "1.31.1",
"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": "64af5624931918b1df7ff30a2f44ef86104739cd",
"version": "1.31.1",
"port-version": 0
},
{
"git-tree": "81d0a42380da299b4942b6d7f8c00ecba4ca7745",
"version": "1.31.0",
Expand Down

0 comments on commit b5865bf

Please sign in to comment.