diff options
| author | Phil Felton <39185762+philjdf@users.noreply.github.com> | 2019-07-24 01:36:59 +0100 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-07-23 17:36:59 -0700 |
| commit | ea9d29c05b110f203184eb4602b23325557de9c3 (patch) | |
| tree | efd461c05efcab27ecddc159d6cfcb88e7791d74 /ports/arrow/CONTROL | |
| parent | 0079c186f0fd8f8f64afc7e0796dd2aa2882e2e3 (diff) | |
| download | vcpkg-ea9d29c05b110f203184eb4602b23325557de9c3.tar.gz vcpkg-ea9d29c05b110f203184eb4602b23325557de9c3.zip | |
[Arrow] Update to Arrow v0.14.1 (#7211)
* Arrow 0.14 update
* Find Thrift compiler on Linux
* Arrow 0.14.1
* Arrow 0.14.1
Diffstat (limited to 'ports/arrow/CONTROL')
| -rw-r--r-- | ports/arrow/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/arrow/CONTROL b/ports/arrow/CONTROL index ada95e2d0..ea787e24a 100644 --- a/ports/arrow/CONTROL +++ b/ports/arrow/CONTROL @@ -1,5 +1,5 @@ Source: arrow -Version: 0.13.0-4 +Version: 0.14.1 Build-Depends: boost-system, boost-filesystem, boost-multiprecision, boost-algorithm, flatbuffers, rapidjson, zlib, lz4, brotli, zstd, snappy, gflags, thrift, double-conversion, glog, uriparser Homepage: https://github.com/apache/arrow Description: Apache Arrow is a columnar in-memory analytics layer designed to accelerate big data. It houses a set of canonical in-memory representations of flat and hierarchical data along with multiple language-bindings for structure manipulation. It also provides IPC and common algorithm implementations. |
