aboutsummaryrefslogtreecommitdiff
path: root/ports/abseil
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-17 20:10:17 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-03-17 20:10:17 -0700
commitadb8edddbb8e019e04d43d096184d4d6613fece9 (patch)
tree8a71d68762771f98fe1e4f121168211b7341903f /ports/abseil
parent33a8ee0a88b277dab4be336169f4b975f8c41cbb (diff)
downloadvcpkg-adb8edddbb8e019e04d43d096184d4d6613fece9.tar.gz
vcpkg-adb8edddbb8e019e04d43d096184d4d6613fece9.zip
[abseil][exiv2][jsonnet][ms-gsl][nuklear][re2][rs-core-lib][thrift][zeromq][zziplib] Upgrades
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 ff0550213..011d38896 100644
--- a/ports/abseil/CONTROL
+++ b/ports/abseil/CONTROL
@@ -1,5 +1,5 @@
Source: abseil
-Version: 2018-03-14
+Version: 2018-03-17
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 f91867c70..42052143d 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 2661ed4998e8c5e9fa0a7f58b2d32eeab6544a70
- SHA512 07e1f66140883ae407646b3354b60457fd64df267e154cd7d10296bbae3a2d5c050202bcff5a2fdc6ecb4c6dab5bd7b35db3e321d4539085a40b52131d4e8e35
+ REF eed36bfba04dbe8a08ec72e631c3b337e4f2db11
+ SHA512 250911ccca6f21fafbd636e1d45bff748c53e31d0867e8f04bd73b1fbb5ecd261aa9d8e6d07ff610d58daed1dbe14e67db48b1f32a4ce41b3ac0abdde4b14146
HEAD_REF master
)