diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-06-28 02:12:04 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-07-03 00:52:10 -0700 |
| commit | feb0e9af9a730471f26fb2fc28d0fcaba3388d51 (patch) | |
| tree | e9d0cafc3cea7991ff81dc7751bc9b7b09abb17e /ports/folly | |
| parent | 2f50e20a3688088490f50b158e0ab14944217b90 (diff) | |
| download | vcpkg-feb0e9af9a730471f26fb2fc28d0fcaba3388d51.tar.gz vcpkg-feb0e9af9a730471f26fb2fc28d0fcaba3388d51.zip | |
Upgrades 2018.07.01
Diffstat (limited to 'ports/folly')
| -rw-r--r-- | ports/folly/CONTROL | 2 | ||||
| -rw-r--r-- | ports/folly/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/folly/CONTROL b/ports/folly/CONTROL index a14726b6f..62f0e3de3 100644 --- a/ports/folly/CONTROL +++ b/ports/folly/CONTROL @@ -1,5 +1,5 @@ Source: folly -Version: 2018.05.14.00-01 +Version: 2018.06.25.00 Description: An open-source C++ library developed and used at Facebook. The library is UNSTABLE on Windows Build-Depends: openssl, libevent, double-conversion, glog, gflags, boost-chrono, boost-context, boost-conversion, boost-crc, boost-date-time, boost-filesystem, boost-multi-index, boost-program-options, boost-regex, boost-system, boost-thread Default-Features: zlib diff --git a/ports/folly/portfile.cmake b/ports/folly/portfile.cmake index e0cad5ac6..6a2b5b82d 100644 --- a/ports/folly/portfile.cmake +++ b/ports/folly/portfile.cmake @@ -17,8 +17,8 @@ set(ENV{PATH} "$ENV{PATH};${PYTHON3_DIR}") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO facebook/folly - REF v2018.05.14.00 - SHA512 ea03bdd239a637729aa863034f2ff679fcb5b982d0ebb015d45b84317afa0faec31595a2069b6553e1cc265272783926e370888f046b8d0bbd7833af2b985cb1 + REF v2018.06.25.00 + SHA512 4961c02326005bcd82200f9e1b0b3d00c9afb60ed6dacdcc4f191095670122ea2fe33e91b3d638dc55664636af7c1b4f75b5f5c0c5cdfb0e8ca310ab28aa5ca3 HEAD_REF master PATCHES ${CMAKE_CURRENT_LIST_DIR}/find-gflags.patch |
