Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[abseil] Upgrade to 20210324.2 #19357

Merged
merged 18 commits into from
Aug 19, 2021
4 changes: 2 additions & 2 deletions ports/abseil/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO abseil/abseil-cpp
REF 997aaf3a28308eba1b9156aa35ab7bca9688e9f6 #LTS 20210324
SHA512 bdd80a2278eef121e8837791fdebca06e87bfff4adc438c123e0ce11efc42a8bd461edcbbe18c0eee05be2cd6100f9acf8eab3db58ac73322b5852e6ffe7c85b
REF 278e0a071885a22dcd2fd1b5576cc44757299343 #LTS 20210324, Patch 2
SHA512 a9e8e9169ebcfb8bc2eca28152ad2f655f48e6281ea932eb712333f3d0aa0b6fa1a9b184f3e2ddd75d932a54b501cc5c7bb29a1c9de5d2146f82fc5754653895
HEAD_REF master
PATCHES
# in C++17 mode, use std::any, std::optional, std::string_view, std::variant
Expand Down
2 changes: 1 addition & 1 deletion ports/abseil/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "abseil",
"version-date": "2021-03-24",
"port-version": 1,
"port-version": 2,
srgbtl marked this conversation as resolved.
Show resolved Hide resolved
srgbtl marked this conversation as resolved.
Show resolved Hide resolved
"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.",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/abseil.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
JonLiu1993 marked this conversation as resolved.
Show resolved Hide resolved
"git-tree": "7afb928a59ae165fb87f21a8b3345fb93547a09c",
"version-date": "2021-03-24",
"port-version": 2
},
{
"git-tree": "bae9c59114a4a2dc396452fb9e988a9da881b4f4",
"version-date": "2021-03-24",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"abseil": {
"baseline": "2021-03-24",
"port-version": 1
"port-version": 2
},
"absent": {
"baseline": "0.3.1",
Expand Down