diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-04-30 09:20:18 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-04-30 09:20:18 -0700 |
| commit | 516d10bb68dc5da7a58c992373b9e971d74a49fe (patch) | |
| tree | 3473421e6cb6b26f3feab96aefa4af51cca6c99d /ports/abseil | |
| parent | fcc13318da06dbec75f46311508db6f9aaeb479e (diff) | |
| download | vcpkg-516d10bb68dc5da7a58c992373b9e971d74a49fe.tar.gz vcpkg-516d10bb68dc5da7a58c992373b9e971d74a49fe.zip | |
[many ports] Updates 2019.04.19 (#6155)
* [many ports] Updates 2019.04.19
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 18a30ebe3..0e690daa7 100644 --- a/ports/abseil/CONTROL +++ b/ports/abseil/CONTROL @@ -1,5 +1,5 @@ Source: abseil
-Version: 2019-03-29
+Version: 2019-04-19 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 8bb55625e..6657c06e7 100644 --- a/ports/abseil/portfile.cmake +++ b/ports/abseil/portfile.cmake @@ -7,8 +7,8 @@ endif() vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO abseil/abseil-cpp
- REF 2c8421e1c6cef0da9e8a20b01c15256ec9ec116d
- SHA512 ae899d23e5b0bfbecb45c36a8d91972b06142d49e372595f1ce7433bc22d130f0f7d97933db65f1c46381369be5a1f55e11e50a354048962c8983eda398e881f
+ REF d902eb869bcfacc1bad14933ed9af4bed006d481 + SHA512 660a6cc6250460b6d76e0fd3a0193bf41e69bf6a95361d2f0562b00cf4cb4a36fe0b07e1172faba190743d1b3a3dc96b834a080cdaded3cbdea2fc0392094cde
HEAD_REF master
PATCHES fix-usage-lnk-error.patch
)
|
