aboutsummaryrefslogtreecommitdiff
path: root/ports/abseil/CONTROL
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-06-11 08:56:46 +0800
committerGitHub <noreply@github.com>2020-06-10 17:56:46 -0700
commitb0fbae8b83a0acb011dca897060f343131293708 (patch)
tree4ace31ed29505fb9030c5efe691c903aefe4394a /ports/abseil/CONTROL
parent517116282b5db9bb2a7937cfec14f777d54d1eff (diff)
downloadvcpkg-b0fbae8b83a0acb011dca897060f343131293708.tar.gz
vcpkg-b0fbae8b83a0acb011dca897060f343131293708.zip
[abseil] Enable dynamic build on Windows (#11827)
* [abseil] Enable dynamic build on Windows * re-fix arm build
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 03dda2c76..fd77769ac 100644
--- a/ports/abseil/CONTROL
+++ b/ports/abseil/CONTROL
@@ -1,5 +1,5 @@
Source: abseil
-Version: 2020-03-03-5
+Version: 2020-03-03-6
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.