aboutsummaryrefslogtreecommitdiff
path: root/ports/arrow/CONTROL
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2019-05-24 18:42:57 +0200
committerPhil Christensen <philc@microsoft.com>2019-05-24 09:42:57 -0700
commit31ff85a7171b25ee9248675db0db1c865830c1ce (patch)
tree4168d15196835c215fc52a9130a5420c2650cd74 /ports/arrow/CONTROL
parentb3b135aca28071c03cfafb573bc1a8254c0f4211 (diff)
downloadvcpkg-31ff85a7171b25ee9248675db0db1c865830c1ce.tar.gz
vcpkg-31ff85a7171b25ee9248675db0db1c865830c1ce.zip
[arrow] improve arrow zstd linkage (#6602)
Diffstat (limited to 'ports/arrow/CONTROL')
-rw-r--r--ports/arrow/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/arrow/CONTROL b/ports/arrow/CONTROL
index 8b194984d..1bfaa8a97 100644
--- a/ports/arrow/CONTROL
+++ b/ports/arrow/CONTROL
@@ -1,4 +1,4 @@
Source: arrow
-Version: 0.13.0-2
+Version: 0.13.0-3
Build-Depends: boost-system, boost-filesystem, boost-multiprecision, boost-algorithm, flatbuffers, rapidjson, zlib, lz4, brotli, zstd, snappy, gflags, thrift, double-conversion, glog, uriparser
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.