diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-03-20 20:15:27 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-20 21:47:55 -0700 |
| commit | 0170cdf5abc7719e7819613dfa2263510efd45c3 (patch) | |
| tree | 63c1312e2c5a7a872249b2d54bf7a1db96cb82cb /ports/abseil | |
| parent | 9e54b3792daca1898a1b751d37fa22360721eba5 (diff) | |
| download | vcpkg-0170cdf5abc7719e7819613dfa2263510efd45c3.tar.gz vcpkg-0170cdf5abc7719e7819613dfa2263510efd45c3.zip | |
[abseil][eastl][exiv2][nuklear][thrift][unicorn][zeromq] 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 011d38896..b337b7262 100644 --- a/ports/abseil/CONTROL +++ b/ports/abseil/CONTROL @@ -1,5 +1,5 @@ Source: abseil
-Version: 2018-03-17 +Version: 2018-03-20 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 42052143d..46b665a14 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 eed36bfba04dbe8a08ec72e631c3b337e4f2db11 - SHA512 250911ccca6f21fafbd636e1d45bff748c53e31d0867e8f04bd73b1fbb5ecd261aa9d8e6d07ff610d58daed1dbe14e67db48b1f32a4ce41b3ac0abdde4b14146
+ REF 506fb4b56a339314fde23802bd749dbc3b3c1c79 + SHA512 a67d51afcf4446d2c5f27258174dd012e4c15ee1f69eb074770d4f5af335e661b1cafa6b46f6b61b9f7ff0379e7822a03c6d55096dc78a13e554688a8872ebf8
HEAD_REF master
)
|
