aboutsummaryrefslogtreecommitdiff
path: root/ports/thrift
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-07-03 06:56:17 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-07-03 21:44:16 -0700
commitc0ec4809b1405c64edd7ea715c022cb9058e4071 (patch)
treec4f3c4ba8e89b0eb6477005a4856aa7cf95b6625 /ports/thrift
parent093e4d2f8ebfbf6bba16335e3021b992d247093d (diff)
downloadvcpkg-c0ec4809b1405c64edd7ea715c022cb9058e4071.tar.gz
vcpkg-c0ec4809b1405c64edd7ea715c022cb9058e4071.zip
Upgrades for 2018.07.03
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 5fd4f1b6c..7e64489f3 100644
--- a/ports/thrift/CONTROL
+++ b/ports/thrift/CONTROL
@@ -1,4 +1,4 @@
Source: thrift
-Version: 2018-06-28
+Version: 2018-07-03
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 557c6702a..a6c3c9d9e 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 129f332d72facda5d06f87e2b4e5e08bea0b6b44
- SHA512 116737e549cbecdfadcfa1416b84a53efcc31c1aefabfcc6f46a00762c675bf17288da3164a9e1253a5c71430f9bd74efa6141a67d459984524df60fd27551da
+ REF e7fa46458492a0243cde2ddd86e538c3b7cfd58e
+ SHA512 d792b0bc101f5ce603594f74f21e029927a7daee98ebb68fd81a9327ba3758e81a45703aebff004c57dc11a8d3b9ec2922f450951c38ca2c95d1a11f23abf497
HEAD_REF master
)