aboutsummaryrefslogtreecommitdiff
path: root/ports/thrift
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-14 01:42:30 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-03-17 20:05:25 -0700
commit33a8ee0a88b277dab4be336169f4b975f8c41cbb (patch)
tree1badfb7470dca13d53af466617741bbcd625c915 /ports/thrift
parent7528c4d525419a418e8e0046f6650b833ad75fd7 (diff)
downloadvcpkg-33a8ee0a88b277dab4be336169f4b975f8c41cbb.tar.gz
vcpkg-33a8ee0a88b277dab4be336169f4b975f8c41cbb.zip
[abseil][curl][chakracore][thrift] 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 d7beee7e0..3dd5541a2 100644
--- a/ports/thrift/CONTROL
+++ b/ports/thrift/CONTROL
@@ -1,4 +1,4 @@
Source: thrift
-Version: 2018-03-13
+Version: 2018-03-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 123b760a7..05b0da9e0 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 8d55c47610b765b2bcdfaebb7ee8d22930e0bd0d
- SHA512 ebca8605f6841826d506608ccf64a985dc97316daa02dfe67e0646761fcea85e8920b17678fb01bfd2dea0337b182316a31c98c79c4e2f4d03f1b342521123d5
+ REF da9a9bac92550f676e170e600d4be24769e14835
+ SHA512 bf7ba783ae5880d66fb71aa99f9c772509e32c0e35e786a3bfb839901d95efdd7bd27eddc74f7da3452aba176ff6f72cda3cc1e19b5cd808d9fbcd343bc0a403
HEAD_REF master
)