diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-05-09 22:53:05 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-05-09 22:53:05 -0700 |
| commit | 3d9c55d2e0d9c59c43ef337e9d2aa7f48a9659f9 (patch) | |
| tree | 2c885cce78cb601da10c3b75b60df537f0aafa1c /ports/abseil | |
| parent | 442d5c1b543d94b1902a17da597891104bab170e (diff) | |
| download | vcpkg-3d9c55d2e0d9c59c43ef337e9d2aa7f48a9659f9.tar.gz vcpkg-3d9c55d2e0d9c59c43ef337e9d2aa7f48a9659f9.zip | |
[many ports] Updates 2019.05.08 (#6382)
* [many ports] Updates 2019.05.08
* Undo changes for failure ports grpc libjpeg-turbo curl cartographer
* [guetzli] Patch to handle breaking changes in butteraugli
Diffstat (limited to 'ports/abseil')
| -rw-r--r-- | ports/abseil/CONTROL | 2 | ||||
| -rw-r--r-- | ports/abseil/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/abseil/CONTROL b/ports/abseil/CONTROL index ec9bd364b..65c35d7ec 100644 --- a/ports/abseil/CONTROL +++ b/ports/abseil/CONTROL @@ -1,5 +1,5 @@ Source: abseil
-Version: 2019-05-07 +Version: 2019-05-08 Description: an open-source collection designed to augment the C++ standard library.
Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives.
In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs we've found through usage in the Google code base. We denote those cases clearly within the library code we provide you.
diff --git a/ports/abseil/portfile.cmake b/ports/abseil/portfile.cmake index 430af93dc..b14618229 100644 --- a/ports/abseil/portfile.cmake +++ b/ports/abseil/portfile.cmake @@ -9,8 +9,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO abseil/abseil-cpp
- REF cd86d0d20ab167c33b23d3875db68d1d4bad3a3b - SHA512 88e3edf395a11bdcd09d831dee3fad14a556761aafbc207e09ce17865e0663d9039a7d7954c95576270f7207cd00176b2ea107c61c6a059a5627c6fe062a66b5
+ REF aa468ad75539619b47979911297efbb629c52e44 + SHA512 4254d8599103d8f06b03f60a0386eba07f314184217d0bca404d41fc0bd0a8df287fe6d07158d10cde096af3097aff2ecc1a5e8f7c3046ecf956b5fde709ad1d
HEAD_REF master
PATCHES fix-usage-lnk-error.patch
)
|
