diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-09-18 02:28:21 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-09-19 14:13:12 -0700 |
| commit | 64a7483a4a4c9d176896ec7aec08a6acef4ea8f3 (patch) | |
| tree | 6e16e3922f50a795cb1b0125f84c62e6f55610fe /ports/folly | |
| parent | 7e5bb652fba1d6ca805a73fd992ab5e7e1945b61 (diff) | |
| download | vcpkg-64a7483a4a4c9d176896ec7aec08a6acef4ea8f3.tar.gz vcpkg-64a7483a4a4c9d176896ec7aec08a6acef4ea8f3.zip | |
Upgrades 2018.09.18
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 9dd27d158..51a31ef8b 100644 --- a/ports/folly/CONTROL +++ b/ports/folly/CONTROL @@ -1,5 +1,5 @@ Source: folly -Version: 2018.07.30.00 +Version: 2018.09.17.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 2112c9280..e1ce597bf 100644 --- a/ports/folly/portfile.cmake +++ b/ports/folly/portfile.cmake @@ -17,8 +17,8 @@ vcpkg_add_to_path("${PYTHON3_DIR}") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO facebook/folly - REF v2018.07.30.00 - SHA512 38e7b713572d4af0a6453d001eddc32c74b4ec100158300c0a3a61a88ec546b449f1973c2b624273da4278173782aa71695d981dba3c8f423f5b76ed1375d286 + REF v2018.09.17.00 + SHA512 fe1f5ff2b55262717cb0e923ee3d8b5a82c85432823911afc924c209fc7e97ab776a3820c4b17e003a7a55150c8e0061918eaee33bdf7ca12ec1090ed7537592 HEAD_REF master PATCHES find-gflags.patch |
