mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:41:39 +08:00
[google-cloud-cpp] update to latest release (v1.41.0) (#25032)
This commit is contained in:
parent
c48c0c05bd
commit
a91c2d160f
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO googleapis/google-cloud-cpp
|
||||
REF v1.40.1
|
||||
SHA512 55c33f91cdbf5713fdc85ecd461c99fefb8d2a60e53e67c246370288f85e323c7a3a7915f4313ed3331fc1278ac4b910ce6fe20929378096a237c2fb31863b13
|
||||
REF v1.41.0
|
||||
SHA512 41bee9fce6d7bbb0cdd201f9902b1bb0b3c94e4e42719332021fdd7ba1e1b1d503cd7e480c6318da658595100d63223f8f11c3d7f5e4965c1c815ab703a9c224
|
||||
HEAD_REF main
|
||||
PATCHES
|
||||
support_absl_cxx17.patch
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"version": "1.40.1",
|
||||
"port-version": 1,
|
||||
"version": "1.41.0",
|
||||
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
||||
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -2601,8 +2601,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
"baseline": "1.40.1",
|
||||
"port-version": 1
|
||||
"baseline": "1.41.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"google-cloud-cpp-common": {
|
||||
"baseline": "alias",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a6fac62fee7c3ad470f81ac87fcdf19d5a85f8b8",
|
||||
"version": "1.41.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "506bdfbf9040c856f8f3a4a2c183da38f9030817",
|
||||
"version": "1.40.1",
|
||||
|
Loading…
Reference in New Issue
Block a user