diff options
| author | Phil Felton <39185762+philjdf@users.noreply.github.com> | 2019-10-30 18:47:48 +0000 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-10-30 11:47:48 -0700 |
| commit | 694ecbd7348ff181e63a202916f7eea50c555a63 (patch) | |
| tree | 224364c89945beab67bdb66c47327035f65014dd /ports/arrow/CONTROL | |
| parent | bbabb7363a316030c3775b33b27e81be4874085d (diff) | |
| download | vcpkg-694ecbd7348ff181e63a202916f7eea50c555a63.tar.gz vcpkg-694ecbd7348ff181e63a202916f7eea50c555a63.zip | |
[Arrow] Update to Arrow 0.15.1 (#8815)
* Arrow 0.15.0
* Arrow 0.15.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 9650c7823..780568f03 100644 --- a/ports/arrow/CONTROL +++ b/ports/arrow/CONTROL @@ -1,5 +1,5 @@ Source: arrow -Version: 0.14.1-1 +Version: 0.15.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. |
