aboutsummaryrefslogtreecommitdiff
path: root/ports/folly
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-07-31 17:03:35 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-08-03 00:09:21 -0700
commitc3d34e7d8e0c61da77e622ecbe887497c97d5d46 (patch)
tree828faa453811fb45b0e51cf0a27409a60d587ce7 /ports/folly
parent1f64d24a8159c6731a45fbd1f60e3b79ae44d4cb (diff)
downloadvcpkg-c3d34e7d8e0c61da77e622ecbe887497c97d5d46.tar.gz
vcpkg-c3d34e7d8e0c61da77e622ecbe887497c97d5d46.zip
Upgrades 2018.06.31
Diffstat (limited to 'ports/folly')
-rw-r--r--ports/folly/CONTROL2
-rw-r--r--ports/folly/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/folly/CONTROL b/ports/folly/CONTROL
index 73a599e51..9dd27d158 100644
--- a/ports/folly/CONTROL
+++ b/ports/folly/CONTROL
@@ -1,5 +1,5 @@
Source: folly
-Version: 2018.07.02.00
+Version: 2018.07.30.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 019bbb087..8ad63bd8c 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.07.02.00
- SHA512 dcec94b3ab47deef124797bb2616544e4fba8b62ee8886d3b2c604534dafcca810ecf111b86032db15a9a77c89aa0139be047e2761e8df0d067dd72a584dcc13
+ REF v2018.07.30.00
+ SHA512 38e7b713572d4af0a6453d001eddc32c74b4ec100158300c0a3a61a88ec546b449f1973c2b624273da4278173782aa71695d981dba3c8f423f5b76ed1375d286
HEAD_REF master
PATCHES
${CMAKE_CURRENT_LIST_DIR}/find-gflags.patch