diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-01-18 14:40:03 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-02-12 17:38:31 -0800 |
| commit | 1207951b7b706c1d2bfb58c7647479b1430719a1 (patch) | |
| tree | 0160b9814f7800151d4afe13092425ad647e2f50 /ports/abseil | |
| parent | 0151644a6bb67c916fd0340e78fad3dbd2ec423c (diff) | |
| download | vcpkg-1207951b7b706c1d2bfb58c7647479b1430719a1.tar.gz vcpkg-1207951b7b706c1d2bfb58c7647479b1430719a1.zip | |
Updates 2019.01.30
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 c1cb755b4..2e0e0b9bd 100644 --- a/ports/abseil/CONTROL +++ b/ports/abseil/CONTROL @@ -1,5 +1,5 @@ Source: abseil
-Version: 2019-01-09-1
+Version: 2019-01-30 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 bd2e6a0d4..7aca199a0 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 018b4db1d73ec8238e6dc4b17fd9e1fd7468d0ed - SHA512 55cd4bc801a405c9197d4d9bdd906a3742f9f7ef04a70f6f8a41aa8d2f7f6b9c38501265a4a096a12840b2e48ac0bf93d348b6ba8dea05e0801ed4013941f5dd
+ REF 540e2537b92cd4abfae6ceddfe24304345461f32 + SHA512 3cabab23ad159592562a30531052bb18c66fce75f93f84a6de17a7488b7d6651f645950c1adb8dfbacc651f2bc0db82c316de132baab38e3ef95ea5b5a0eb6d2
HEAD_REF master
)
|
