aboutsummaryrefslogtreecommitdiff
path: root/ports/thrift
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-03 11:33:59 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-03-03 12:57:49 -0800
commita4b917b04c8cb12933fc3710610da2cdd866c56d (patch)
treed0efacca9cefb52353009927da6f5902b67ecbd0 /ports/thrift
parenta084120ab45f70113b819f4cd55fbb50d7d98247 (diff)
downloadvcpkg-a4b917b04c8cb12933fc3710610da2cdd866c56d.tar.gz
vcpkg-a4b917b04c8cb12933fc3710610da2cdd866c56d.zip
[abseil][glslang][jsonnet][nuklear][rs-core-lib][stb][thrift] 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 423a3a5e6..2a92a1744 100644
--- a/ports/thrift/CONTROL
+++ b/ports/thrift/CONTROL
@@ -1,4 +1,4 @@
Source: thrift
-Version: 2018-02-25
+Version: 2018-03-02
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 64ea7a5fd..a5991c228 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 d907cc92db5b93e699a4282e979d097ea863215a
- SHA512 3ca6000b7dfef0ccd9e0dc729d15e0acd56a058216550fe93351e4eefd8a55a9f075a02aaf9699d66cc14fa864550e7eb1cae806070d60722bb7b247036c5187
+ REF 6aa4c0f448d8f2573d2abcc8c3724bd18b3f8d1d
+ SHA512 77ebe8b247f1c0c169121a494482ba4d1c98cbbd0ba2edad1fdeaedc0dcb04905194d4455c4124c66424f5640a59c20de86c8cef67a5c621174ef46430e33539
HEAD_REF master
)