diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-04-02 16:45:58 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-04-03 12:36:28 -0700 |
| commit | d1ecca1c7d225d4300ee82d6e915cbe7d6bac244 (patch) | |
| tree | 6ba3d8913afe897c6b2d2eca88cabf898ec746d5 /ports/abseil | |
| parent | 79a77a0bb761168b24ad3d1e897200f443b6287b (diff) | |
| download | vcpkg-d1ecca1c7d225d4300ee82d6e915cbe7d6bac244.tar.gz vcpkg-d1ecca1c7d225d4300ee82d6e915cbe7d6bac244.zip | |
[abseil][aws-sdk-cpp][clara][eastl][exiv2][libuv][nuklear][openimageio][thrift] Upgrades
Diffstat (limited to 'ports/abseil')
| -rw-r--r-- | ports/abseil/CONTROL | 2 | ||||
| -rw-r--r-- | ports/abseil/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/abseil/CONTROL b/ports/abseil/CONTROL index a07f78c76..b7ef25750 100644 --- a/ports/abseil/CONTROL +++ b/ports/abseil/CONTROL @@ -1,5 +1,5 @@ Source: abseil
-Version: 2018-03-29 +Version: 2018-04-02 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.
In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs we've found through usage in the Google code base. We denote those cases clearly within the library code we provide you.
diff --git a/ports/abseil/portfile.cmake b/ports/abseil/portfile.cmake index bd1d799a2..4ccdb27a6 100644 --- a/ports/abseil/portfile.cmake +++ b/ports/abseil/portfile.cmake @@ -7,8 +7,8 @@ endif() vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO abseil/abseil-cpp
- REF d9b47d7888b39cd113bacacb9edd5023a71cbb3a - SHA512 d5aac7bbe7cdb1419f19eff80487a1d8fa03cde82db760bf9fab464a62ae66251c62f69ff13940db41af1bb287ea9680782773bf1cb19c15d489f711b390d734
+ REF 7b3c38a0628b9201ce92a6893b96890b64e5daa8 + SHA512 6e23d98adabbefcf8054a0ff03fdbc5438efbd957cd4864ab870496468f9891eeb8f73796a37faba7412a4b88b96771fc23f3f0bb89ab6023800beb99e6660d3
HEAD_REF master
)
|
