aboutsummaryrefslogtreecommitdiff
path: root/ports/thrift
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-29 11:14:48 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-03-29 13:17:53 -0700
commit3d87445cb0e42e67fa7321059bed0b20d171c605 (patch)
treee04a1a521744ce557ea1ce89009635efd2489901 /ports/thrift
parent2e4d839dc5270137f9ff4f1df03c3d60d69d633e (diff)
downloadvcpkg-3d87445cb0e42e67fa7321059bed0b20d171c605.tar.gz
vcpkg-3d87445cb0e42e67fa7321059bed0b20d171c605.zip
[abseil][aws-sdk-cpp][exiv2][rs-core-lib][tbb][thrift][zeromq] 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 7e21ecce6..82524e78d 100644
--- a/ports/thrift/CONTROL
+++ b/ports/thrift/CONTROL
@@ -1,4 +1,4 @@
Source: thrift
-Version: 2018-03-23
+Version: 2018-03-29
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 eae7f5c73..0293cca6f 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 272470790ad6db791bd6f9db399b2cd2d5879f74
- SHA512 9f9ae5d72adf1b46970f7527fe3841349c5652e4721a16967f1d9edbe4b1ecc83f146ece492234da16ed7c033b172aa49dc7f5431bcdea37286a2dc21835691e
+ REF 930428438c0b6c8f60560cbb7dcad79042badacb
+ SHA512 b446126a8f697903abbdafcd8cd9a348fc97d34b2a207592cae1801e481b5159f92b7b0296a3531cd8f2a9e223e051f71ea63ce5da2dd2f67364db9bfd84dcf3
HEAD_REF master
)