mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[abseil] Upgrade to 20210324.2 (#19357)
* Update vcpkg_from_github.cmake * Update abseil to 20210324.2 * Use version-date instead of version-string * Update abseil.json * Remove port-version from ports/abseil/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * update version-date * Update abseil.json * Update vcpkg.json * Update version * Update abseil.json * Add port-version back * Update ports/abseil/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [abseil] Upgrade to 20210324.2 * update version * update vcpkg.json * update version Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
parent
a9613b5775
commit
27d8b29764
@ -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
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "abseil",
|
||||
"version-date": "2021-03-24",
|
||||
"port-version": 1,
|
||||
"version-string": "20210324.2",
|
||||
"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.",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "231cc80bbfb1e54466799ddb6a94dc6d15e7d39b",
|
||||
"version-string": "20210324.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "bae9c59114a4a2dc396452fb9e988a9da881b4f4",
|
||||
"version-date": "2021-03-24",
|
||||
|
@ -9,8 +9,8 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"abseil": {
|
||||
"baseline": "2021-03-24",
|
||||
"port-version": 1
|
||||
"baseline": "20210324.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"absent": {
|
||||
"baseline": "0.3.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user