aboutsummaryrefslogtreecommitdiff
path: root/ports/abseil
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-06-28 02:12:04 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-07-03 00:52:10 -0700
commitfeb0e9af9a730471f26fb2fc28d0fcaba3388d51 (patch)
treee9d0cafc3cea7991ff81dc7751bc9b7b09abb17e /ports/abseil
parent2f50e20a3688088490f50b158e0ab14944217b90 (diff)
downloadvcpkg-feb0e9af9a730471f26fb2fc28d0fcaba3388d51.tar.gz
vcpkg-feb0e9af9a730471f26fb2fc28d0fcaba3388d51.zip
Upgrades 2018.07.01
Diffstat (limited to 'ports/abseil')
-rw-r--r--ports/abseil/CONTROL2
-rw-r--r--ports/abseil/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/abseil/CONTROL b/ports/abseil/CONTROL
index e3f5b1e49..c2d830011 100644
--- a/ports/abseil/CONTROL
+++ b/ports/abseil/CONTROL
@@ -1,5 +1,5 @@
Source: abseil
-Version: 2018-06-15
+Version: 2018-07-01
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 b02da618d..2071d2d8b 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 f44e1eed08cd7871de4fb7c40cae27c6f727455d
- SHA512 954c7e4871b45bd9e0a33bc223bb4fe36848d51a4673e9b051da0063b6568cc633e9ec378d38ab8e546e98523d2f0e1f34803ea8b869199c82c41d6cb65ca62a
+ REF ba8d6cf07766263723e86736f20a51c1c9c67b19
+ SHA512 c57557021fc6c9d28dd64a2a784270981d208a6fe20ae495019c8fd57a7cd730a628f5608ddbd28b947ad69ee9ea0b023876d047e58acb9c7807c7068c16c28b
HEAD_REF master
)