aboutsummaryrefslogtreecommitdiff
path: root/ports/thrift
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-06-15 22:16:58 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-06-15 22:16:58 -0700
commita650bad5231be45725d9e1abb7fb4f54a9eef2d2 (patch)
treebcb5efc24416ebafe674552410e4a9515dbdf8a9 /ports/thrift
parent254c5722b17b524986d50184c60a331f626d951d (diff)
downloadvcpkg-a650bad5231be45725d9e1abb7fb4f54a9eef2d2.tar.gz
vcpkg-a650bad5231be45725d9e1abb7fb4f54a9eef2d2.zip
Updates 2018.06.15
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 87cb4fa05..e64cc6ece 100644
--- a/ports/thrift/CONTROL
+++ b/ports/thrift/CONTROL
@@ -1,4 +1,4 @@
Source: thrift
-Version: 2018-05-17
+Version: 2018-06-15
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 f951c2bd5..9619c3be5 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 88591e32e710a0524327153c8b629d5b461e35e0
- SHA512 372e323c4b2163247353a63d127ec69e3448269bb465b7fdf4e14c06a152602ac412649d04da4e191ec79bada467cb4b217e70f4874f9059e2ae984334f54ff8
+ REF b5471f63cb4bb8e3b00835a9ca9e48ff76a3bb51
+ SHA512 66034b35301a404aa20c8ddd84e7ed58c94cc0e68c3f393efa1d6ca855e785fa20c450ad06ae96949dafcbf23a69601c0d391d5bfb9ff9dcefbbef10405504cc
HEAD_REF master
)