diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-03-23 15:09:07 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-24 09:16:10 -0700 |
| commit | 608456b3252abd688f557e85de3a8697f51d228c (patch) | |
| tree | 29e09afa379e27e0ec78d824dfff9173189ef364 /ports/abseil | |
| parent | 0778f2ef8ec87152cc75721cb1d25b7d7db63fe4 (diff) | |
| download | vcpkg-608456b3252abd688f557e85de3a8697f51d228c.tar.gz vcpkg-608456b3252abd688f557e85de3a8697f51d228c.zip | |
Upgrades
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 b337b7262..0c28ff456 100644 --- a/ports/abseil/CONTROL +++ b/ports/abseil/CONTROL @@ -1,5 +1,5 @@ Source: abseil
-Version: 2018-03-20 +Version: 2018-03-23 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 7f8f28798..48a506710 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 506fb4b56a339314fde23802bd749dbc3b3c1c79
- SHA512 a67d51afcf4446d2c5f27258174dd012e4c15ee1f69eb074770d4f5af335e661b1cafa6b46f6b61b9f7ff0379e7822a03c6d55096dc78a13e554688a8872ebf8
+ REF 4e2e6c5c0071e6430056a8ef0a6c8a1fe584d8ff + SHA512 f1daa9f7afb8727f2fd3097683bd7192b9f54536d575ce655a7440281463a3eae1bb0072f3010e74a03693b5dbca2e80e220099ae8557171055efcad70767ef1
HEAD_REF master
)
|
