aboutsummaryrefslogtreecommitdiff
path: root/ports/abseil/CONTROL
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-06-02 07:15:54 +0800
committerGitHub <noreply@github.com>2020-06-01 16:15:54 -0700
commit2f28b35d778ae4ccf2e7bf3594e93b344e616ff4 (patch)
treec44da5804faa3dae11dfd7166fbe1de260648236 /ports/abseil/CONTROL
parent10eac5e7716311687035ef2a1fedbbb78cc48210 (diff)
downloadvcpkg-2f28b35d778ae4ccf2e7bf3594e93b344e616ff4.tar.gz
vcpkg-2f28b35d778ae4ccf2e7bf3594e93b344e616ff4.zip
[abseil] Fix arm build (#11630)
* [abseil] Fix arm build * update baseline
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 5822ef2ce..03dda2c76 100644
--- a/ports/abseil/CONTROL
+++ b/ports/abseil/CONTROL
@@ -1,5 +1,5 @@
Source: abseil
-Version: 2020-03-03-4
+Version: 2020-03-03-5
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.