aboutsummaryrefslogtreecommitdiff
path: root/ports/thrift
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-05-17 17:35:11 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-05-17 22:56:05 -0700
commit6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b (patch)
tree1cc879c89e50b90f2613610d2ce1fc039d0353ac /ports/thrift
parent5e754c1d44155821702233649dc28c44cb9342bd (diff)
downloadvcpkg-6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b.tar.gz
vcpkg-6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b.zip
2018.05.17 updates
Diffstat (limited to 'ports/thrift')
-rw-r--r--ports/thrift/CONTROL2
-rw-r--r--ports/thrift/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/thrift/CONTROL b/ports/thrift/CONTROL
index 6573f71cf..87cb4fa05 100644
--- a/ports/thrift/CONTROL
+++ b/ports/thrift/CONTROL
@@ -1,4 +1,4 @@
Source: thrift
-Version: 2018-05-01
+Version: 2018-05-17
Build-Depends: zlib, libevent, openssl, boost-range, boost-smart-ptr, boost-date-time, boost-locale, boost-scope-exit
Description: Apache Thrift is a software project spanning a variety of programming languages and use cases. Our goal is to make reliable, performant communication and data serialization across languages as efficient and seamless as possible. Originally developed at Facebook, Thrift was open sourced in April 2007 and entered the Apache Incubator in May, 2008. Thrift became an Apache TLP in October, 2010.
diff --git a/ports/thrift/portfile.cmake b/ports/thrift/portfile.cmake
index 140182c96..f951c2bd5 100644
--- a/ports/thrift/portfile.cmake
+++ b/ports/thrift/portfile.cmake
@@ -15,8 +15,8 @@ vcpkg_find_acquire_program(BISON)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO apache/thrift
- REF c7aa68bd59d1d3a1bbcb133fc986ff404d47b129
- SHA512 e95f3bcc5abf52f208d7e8b013748643bbe9b1cc734bda6aafd234d7d0a4e0a7ef96d4eec0d6ea1d2572812ad126e961fb7a495da4d01ab5eaaaabb2d1625f81
+ REF 88591e32e710a0524327153c8b629d5b461e35e0
+ SHA512 372e323c4b2163247353a63d127ec69e3448269bb465b7fdf4e14c06a152602ac412649d04da4e191ec79bada467cb4b217e70f4874f9059e2ae984334f54ff8
HEAD_REF master
)