aboutsummaryrefslogtreecommitdiff
path: root/ports/thrift
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-12-14 17:00:47 -0800
committerRobert Schumacher <roschuma@microsoft.com>2019-01-09 12:27:19 -0800
commitbb1bb1c94a72b891883efa6522791620ef3bbc0f (patch)
tree841552caea8bf21ff6a7dc66c62e8e00063bb437 /ports/thrift
parent11286693b0745dc97246170e06d9e1547a8ce0fd (diff)
downloadvcpkg-bb1bb1c94a72b891883efa6522791620ef3bbc0f.tar.gz
vcpkg-bb1bb1c94a72b891883efa6522791620ef3bbc0f.zip
Updates 2018.12.14
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 d52f25eba..076c7dbfa 100644
--- a/ports/thrift/CONTROL
+++ b/ports/thrift/CONTROL
@@ -1,4 +1,4 @@
Source: thrift
-Version: 2018-11-01
+Version: 2018-12-14
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 9fb495c84..1635579b8 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 92be4f312b88eac0a4ac450eda29fd20de11b1f0
- SHA512 0c1c7eb30fc63efa483cd9970305b5285c7d6f57151a9e0f602ff757b05cede3adb13688c5d1436c05ffd4bd142ca7676db8e35cbf4d38e9112033f6a2e77ff4
+ REF 2b7365c54f823013cc6a4760798051b22743c103
+ SHA512 439d4860f029e083c2f9da5b87f3b6119f34da085fb8000020b4bb17195838f6ea029157ce8537176024a9dec6c163ba5495b59e66eefc344fbbb4b323d2f334
HEAD_REF master
)