aboutsummaryrefslogtreecommitdiff
path: root/ports/abseil/CONTROL
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2019-12-23 15:44:37 -0800
committerdan-shaw <51385773+dan-shaw@users.noreply.github.com>2019-12-23 15:44:37 -0800
commit6723668f7f2eaec5a93a1e43e510358204556e8c (patch)
tree232f3418be7035698b9d3a9852327ddd61d65223 /ports/abseil/CONTROL
parent2ee03bab9f864cedbae44a1c8f68de5c358f7065 (diff)
downloadvcpkg-6723668f7f2eaec5a93a1e43e510358204556e8c.tar.gz
vcpkg-6723668f7f2eaec5a93a1e43e510358204556e8c.zip
[abseil] Update to the latest and fix link failure error using StrCat (#9367)
* [abseil] Update to the latest and fix link failure for StrCat with > 4 arguments * Remove message from vcpkg_fail_port_install * Update lnk2019-error patch
Diffstat (limited to 'ports/abseil/CONTROL')
-rw-r--r--ports/abseil/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/abseil/CONTROL b/ports/abseil/CONTROL
index 63d5e26f0..459eeee3f 100644
--- a/ports/abseil/CONTROL
+++ b/ports/abseil/CONTROL
@@ -1,5 +1,5 @@
Source: abseil
-Version: 2019-05-08-1
+Version: 2019-12-19
Homepage: https://github.com/abseil/abseil-cpp
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.