diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-03-13 00:18:49 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-13 11:16:07 -0700 |
| commit | 51f93e27f1057cdf7f83d3d799f1b48f3eb77d8a (patch) | |
| tree | daa799b280b3a405a5144b71543e4ae30511931d /ports/abseil | |
| parent | 40bc3cb716c912e7a9cd567369a77918cfce87a2 (diff) | |
| download | vcpkg-51f93e27f1057cdf7f83d3d799f1b48f3eb77d8a.tar.gz vcpkg-51f93e27f1057cdf7f83d3d799f1b48f3eb77d8a.zip | |
[abseil][breakpad][cimg][matio][piex][rocksdb][thrift][tiny-dnn][unicorn-lib][unicorn] Updates
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 cd4a6723f..37258b7b2 100644 --- a/ports/abseil/CONTROL +++ b/ports/abseil/CONTROL @@ -1,5 +1,5 @@ Source: abseil
-Version: 2018-03-07 +Version: 2018-03-13 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 598f76c2f..526d93bae 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 94f0f79ecd2d9e5271a21bc4ededea9b58c60674
- SHA512 b1309a371b886e4d5d8e963407ddfcd005c041b35880e0af45f07c778875fb69c76f0a1ef7802af3f1eab3497fb40020d8d503c5eb2788fff50dd74b557bf182
+ REF 23ef7e11277a7a7709b70c362eea6b17cb932b34 + SHA512 86f83553b8da536c55660d2dd439f0dfc75d0c1839d83b0f5a1ab6f5016730bcac9d007873901789c71e77603276e85658a86ffa4691c60fabec29b593b49744
HEAD_REF master
)
|
