[google-cloud-cpp] update to v1.23.0 (#15669)

* [google-cloud-cpp] update to v1.23.0

* Fix versions
This commit is contained in:
Carlos O'Ryan 2021-01-19 03:47:24 -05:00 committed by GitHub
parent 16070fffea
commit c0020eb4e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -2205,7 +2205,7 @@
"port-version": 0
},
"google-cloud-cpp": {
"baseline": "1.22.0",
"baseline": "1.23.0",
"port-version": 0
},
"google-cloud-cpp-common": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ab2377218e8992e8aedf8fed757edb90cc390817",
"version-string": "1.23.0",
"port-version": 0
},
{
"git-tree": "85ed59dd339159f0600765d49cb7e1e723e67fec",
"version-string": "1.22.0",

View File

@ -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.22.0
SHA512 bf5554009d4dddef8782fa7a6ea9790e47169c1558dda4b2bd3caf83efe25c7b04d5d6b7b4dbbc3540790b243b7c9496ebc79f07e21a310c83e952c3596f0536
REF v1.23.0
SHA512 66c8bc6a878dbe23be0dd8fbe2580b725a2e5dab1b132a53f3454a32ec0cce706bdeae8b08b1922acc892f7983df5bc076e3d16993d5d0c1bda75e8a1195c882
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "google-cloud-cpp",
"version-string": "1.22.0",
"version-string": "1.23.0",
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
"homepage": "https://github.com/googleapis/google-cloud-cpp",
"supports": "!uwp",