aboutsummaryrefslogtreecommitdiff
path: root/ports/thrift
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-05-08 17:51:44 -0700
committerGitHub <noreply@github.com>2019-05-08 17:51:44 -0700
commit223d5d82ac06cefc009c7c125771f5569d086ac5 (patch)
treeee1acc94b5385c6ba3dd57c3a2d3577a74b38e35 /ports/thrift
parent38aeee774a94b4cdb085e450ff579a404cc161c3 (diff)
downloadvcpkg-223d5d82ac06cefc009c7c125771f5569d086ac5.tar.gz
vcpkg-223d5d82ac06cefc009c7c125771f5569d086ac5.zip
[many ports] Updates 2019.05.07 (#6338)
* [many ports] Updates 2019.05.07 * Undo assimp and gdcm2 changes since they caused regressions
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 f0ac0b5fd..b85a03cda 100644
--- a/ports/thrift/CONTROL
+++ b/ports/thrift/CONTROL
@@ -1,4 +1,4 @@
Source: thrift
-Version: 2019-04-19-1
+Version: 2019-05-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 7ed3946a7..da59907cf 100644
--- a/ports/thrift/portfile.cmake
+++ b/ports/thrift/portfile.cmake
@@ -8,8 +8,8 @@ vcpkg_find_acquire_program(BISON)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO apache/thrift
- REF 2ff952b0af4035bcb71d8d73d9eb75df31983544
- SHA512 58d08a6258b3c64f6fe1f2e4200b6cac61b19ac66113782e4eacf058d15c451de741bff137b32261fc816074ef111627f27cc50ad366eb73395dcc631c2ca66f
+ REF acdd4226c210336e9e15eb812e5932a645fcd5ce
+ SHA512 53986b1cde7b2bd19974f32b8c31736566061a228dda368d3d850355c566d910499c16519bbff078a6cdab19931cd9833a7d684ac63fb1ec40b2a123ff263aaa
HEAD_REF master
)