aboutsummaryrefslogtreecommitdiff
path: root/ports/thrift
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-23 15:09:07 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-03-24 09:16:10 -0700
commit608456b3252abd688f557e85de3a8697f51d228c (patch)
tree29e09afa379e27e0ec78d824dfff9173189ef364 /ports/thrift
parent0778f2ef8ec87152cc75721cb1d25b7d7db63fe4 (diff)
downloadvcpkg-608456b3252abd688f557e85de3a8697f51d228c.tar.gz
vcpkg-608456b3252abd688f557e85de3a8697f51d228c.zip
Upgrades
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 1e0037736..7e21ecce6 100644
--- a/ports/thrift/CONTROL
+++ b/ports/thrift/CONTROL
@@ -1,4 +1,4 @@
Source: thrift
-Version: 2018-03-20
+Version: 2018-03-23
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 968a5b109..eae7f5c73 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 22bd3450c6e97e348d64fb6a75171e8ced79d1e4
- SHA512 5774fd332daac80891ac25c6188e415bf5335ffecc636dc120500f03b6ae23f9317c65dbc703cc89946a894f12c6805f396fd42e763d1e0d3ccfe6398357d321
+ REF 272470790ad6db791bd6f9db399b2cd2d5879f74
+ SHA512 9f9ae5d72adf1b46970f7527fe3841349c5652e4721a16967f1d9edbe4b1ecc83f146ece492234da16ed7c033b172aa49dc7f5431bcdea37286a2dc21835691e
HEAD_REF master
)