diff options
| author | hannamagdalena <37101037+hannamagdalena@users.noreply.github.com> | 2019-10-03 09:08:59 +0200 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-10-03 00:08:59 -0700 |
| commit | 02dd1ccd62acd15747f7a6a376cecde782f0fdda (patch) | |
| tree | d9761278cb293c895f0017ae6d2b585cbe79b090 /ports/thrift/CONTROL | |
| parent | f89462c8c2eb3cb963c76f105a1ca04c51bb2527 (diff) | |
| download | vcpkg-02dd1ccd62acd15747f7a6a376cecde782f0fdda.tar.gz vcpkg-02dd1ccd62acd15747f7a6a376cecde782f0fdda.zip | |
[thrift]fix-paths (#8410)
* Fix false generated paths
* Change thrift version number
Diffstat (limited to 'ports/thrift/CONTROL')
| -rw-r--r-- | ports/thrift/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/thrift/CONTROL b/ports/thrift/CONTROL index cfff0ac7e..9f54385cb 100644 --- a/ports/thrift/CONTROL +++ b/ports/thrift/CONTROL @@ -1,5 +1,5 @@ Source: thrift -Version: 2019-05-07-3 +Version: 2019-05-07-4 Build-Depends: zlib, libevent, openssl, boost-range, boost-smart-ptr, boost-date-time, boost-locale, boost-scope-exit Homepage: https://github.com/apache/thrift 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. |
