mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 18:30:11 +08:00
[google-cloud-cpp] update to v1.23.0 (#15669)
* [google-cloud-cpp] update to v1.23.0 * Fix versions
This commit is contained in:
parent
16070fffea
commit
c0020eb4e5
@ -2205,7 +2205,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"google-cloud-cpp": {
|
"google-cloud-cpp": {
|
||||||
"baseline": "1.22.0",
|
"baseline": "1.23.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"google-cloud-cpp-common": {
|
"google-cloud-cpp-common": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "ab2377218e8992e8aedf8fed757edb90cc390817",
|
||||||
|
"version-string": "1.23.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "85ed59dd339159f0600765d49cb7e1e723e67fec",
|
"git-tree": "85ed59dd339159f0600765d49cb7e1e723e67fec",
|
||||||
"version-string": "1.22.0",
|
"version-string": "1.22.0",
|
||||||
|
@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO googleapis/google-cloud-cpp
|
REPO googleapis/google-cloud-cpp
|
||||||
REF v1.22.0
|
REF v1.23.0
|
||||||
SHA512 bf5554009d4dddef8782fa7a6ea9790e47169c1558dda4b2bd3caf83efe25c7b04d5d6b7b4dbbc3540790b243b7c9496ebc79f07e21a310c83e952c3596f0536
|
SHA512 66c8bc6a878dbe23be0dd8fbe2580b725a2e5dab1b132a53f3454a32ec0cce706bdeae8b08b1922acc892f7983df5bc076e3d16993d5d0c1bda75e8a1195c882
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "google-cloud-cpp",
|
"name": "google-cloud-cpp",
|
||||||
"version-string": "1.22.0",
|
"version-string": "1.23.0",
|
||||||
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
||||||
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
||||||
"supports": "!uwp",
|
"supports": "!uwp",
|
||||||
|
Loading…
Reference in New Issue
Block a user