aboutsummaryrefslogtreecommitdiff
path: root/ports/abseil
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-11-01 19:27:44 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-11-08 00:17:59 -0800
commit9fe14bc18ec4b8f12238cd8790c44e42325f8e52 (patch)
tree353008a6990f11aa5b850d7dc6a753710c2f3d4e /ports/abseil
parent848233b137fc93edd04c45a039d03de8b5abc1b4 (diff)
downloadvcpkg-9fe14bc18ec4b8f12238cd8790c44e42325f8e52.tar.gz
vcpkg-9fe14bc18ec4b8f12238cd8790c44e42325f8e52.zip
Updates 2018.11.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 ada833466..867474e2e 100644
--- a/ports/abseil/CONTROL
+++ b/ports/abseil/CONTROL
@@ -1,5 +1,5 @@
Source: abseil
-Version: 2018-10-25
+Version: 2018-11-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 e83b1a057..c77c7dfd2 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 94c298e2a0ae409e283cab96c954a685bd865a70
- SHA512 217b903255a745613296707568f190368d7d54e0299e455369cb14226c191ba5867b1e7d68698b2f6377d4049fe900a3aa49cba8fa69acc378fd7c5c70461551
+ REF cc8dcd307b76a575d2e3e0958a4fe4c7193c2f68
+ SHA512 7f558fc27cbbcd9cabc0630cf4683cf0f0a713ef71197211d5bc73dbc404d1e47a9d61555fddaa9f840a99ff0235256af38d34b3ed076967172824f35124f348
HEAD_REF master
)