aboutsummaryrefslogtreecommitdiff
path: root/ports/thrift
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-11-01 19:27:44 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-11-08 00:17:59 -0800
commit9fe14bc18ec4b8f12238cd8790c44e42325f8e52 (patch)
tree353008a6990f11aa5b850d7dc6a753710c2f3d4e /ports/thrift
parent848233b137fc93edd04c45a039d03de8b5abc1b4 (diff)
downloadvcpkg-9fe14bc18ec4b8f12238cd8790c44e42325f8e52.tar.gz
vcpkg-9fe14bc18ec4b8f12238cd8790c44e42325f8e52.zip
Updates 2018.11.01
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 f01ffbbaf..d52f25eba 100644
--- a/ports/thrift/CONTROL
+++ b/ports/thrift/CONTROL
@@ -1,4 +1,4 @@
Source: thrift
-Version: 2018-10-25
+Version: 2018-11-01
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 a69291ee4..9fb495c84 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 cd829a0b9a5c66203b63350fa029589669ec43f6
- SHA512 e8a9879c580f0a1450a023945555a2f8e042c11f04085ea1700fa7a4e8f4b2ac53a461530cf4106803472c040d3742c2c31173366a28571aa273f093c8d4bc39
+ REF 92be4f312b88eac0a4ac450eda29fd20de11b1f0
+ SHA512 0c1c7eb30fc63efa483cd9970305b5285c7d6f57151a9e0f602ff757b05cede3adb13688c5d1436c05ffd4bd142ca7676db8e35cbf4d38e9112033f6a2e77ff4
HEAD_REF master
)