aboutsummaryrefslogtreecommitdiff
path: root/ports/abseil
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-06-15 22:16:58 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-06-15 22:16:58 -0700
commita650bad5231be45725d9e1abb7fb4f54a9eef2d2 (patch)
treebcb5efc24416ebafe674552410e4a9515dbdf8a9 /ports/abseil
parent254c5722b17b524986d50184c60a331f626d951d (diff)
downloadvcpkg-a650bad5231be45725d9e1abb7fb4f54a9eef2d2.tar.gz
vcpkg-a650bad5231be45725d9e1abb7fb4f54a9eef2d2.zip
Updates 2018.06.15
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 1636f5b4c..e3f5b1e49 100644
--- a/ports/abseil/CONTROL
+++ b/ports/abseil/CONTROL
@@ -1,5 +1,5 @@
Source: abseil
-Version: 2018-06-12-1
+Version: 2018-06-15
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 c04e698ab..b02da618d 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 e5be80532b5d998813f9db952d2cc5401b1532df
- SHA512 8123be7d2e5958a965089b43b010d5851d848f1c35ee93bdb9e18dd6d3bc7e831f0b063a33a88ea97276835afba85e30fab8c703a46a9a9d06775c05df2b3c59
+ REF f44e1eed08cd7871de4fb7c40cae27c6f727455d
+ SHA512 954c7e4871b45bd9e0a33bc223bb4fe36848d51a4673e9b051da0063b6568cc633e9ec378d38ab8e546e98523d2f0e1f34803ea8b869199c82c41d6cb65ca62a
HEAD_REF master
)