aboutsummaryrefslogtreecommitdiff
path: root/ports/thrift
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-07 14:09:16 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-03-08 11:12:04 -0800
commit9574b71cabde50bc24acb968f4dc397e8b44145b (patch)
tree07f46d6742ede1ba03c7120328a8c54f6af6e5b6 /ports/thrift
parent82ce7b2c2fd53aad8d951e3562f93180842e5e38 (diff)
downloadvcpkg-9574b71cabde50bc24acb968f4dc397e8b44145b.tar.gz
vcpkg-9574b71cabde50bc24acb968f4dc397e8b44145b.zip
[abseil][clara][fdk-aac][jsonnet][ms-gsl][nuklear][re2][rs-core-lib][thrift][tiny-dnn][yaml-cpp] Updates
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 2a92a1744..d63ec0011 100644
--- a/ports/thrift/CONTROL
+++ b/ports/thrift/CONTROL
@@ -1,4 +1,4 @@
Source: thrift
-Version: 2018-03-02
+Version: 2018-03-07
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 a5991c228..b5274c6a4 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 6aa4c0f448d8f2573d2abcc8c3724bd18b3f8d1d
- SHA512 77ebe8b247f1c0c169121a494482ba4d1c98cbbd0ba2edad1fdeaedc0dcb04905194d4455c4124c66424f5640a59c20de86c8cef67a5c621174ef46430e33539
+ REF b4f22ff30119ea5cadf9b16e97afdcabefe06696
+ SHA512 3b63ed69a69b015ef7a2eaa94854b4ab2801c9c7af749b97d7999f4861f4df5a623da4e5b054dadaf4aa48a04c8e010b820d4382de9ef82b191a0d64ddf3181d
HEAD_REF master
)