aboutsummaryrefslogtreecommitdiff
path: root/ports/abseil
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-03 11:33:59 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-03-03 12:57:49 -0800
commita4b917b04c8cb12933fc3710610da2cdd866c56d (patch)
treed0efacca9cefb52353009927da6f5902b67ecbd0 /ports/abseil
parenta084120ab45f70113b819f4cd55fbb50d7d98247 (diff)
downloadvcpkg-a4b917b04c8cb12933fc3710610da2cdd866c56d.tar.gz
vcpkg-a4b917b04c8cb12933fc3710610da2cdd866c56d.zip
[abseil][glslang][jsonnet][nuklear][rs-core-lib][stb][thrift] Updates
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 12bec5d9d..67a9364bb 100644
--- a/ports/abseil/CONTROL
+++ b/ports/abseil/CONTROL
@@ -1,5 +1,5 @@
Source: abseil
-Version: 2018-2-23
+Version: 2018-03-02
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 0edb0fa32..0a224b3fe 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 0d40cb771eec8741f44e5979cfccf1eeeedb012a
- SHA512 1b85e86a6d212c1c94f6f7bed2db0d4c30266a72268b0ef56a317709a484e657d57463263c784eb73f4838b4644b4ae9d5beedcf7e15a700fc5881a7ed825a53
+ REF 5337d2d0e312ce6bce0140b5f1da5548a0b3fed5
+ SHA512 14b2680c39260c5dc6a4b06583f7581ebfe11cde5c2e93cbca72385b1ba0c216894a3e88aa47ad84cc45af1c237b58e2b6240c35e1c0a73246a06ad472573558
HEAD_REF master
)