aboutsummaryrefslogtreecommitdiff
path: root/ports/arrow/CONTROL
diff options
context:
space:
mode:
authorphiljdf <git@pfelton.co.uk>2020-01-28 16:43:37 +0000
committerphiljdf <git@pfelton.co.uk>2020-01-28 16:43:37 +0000
commit87a281601949c2af152db3d62b2f0b84527642a7 (patch)
treed8511a0aeee763483d603756479c752c3cd0ac96 /ports/arrow/CONTROL
parent89751b450a161c1451937ee5338e599a51cf53a2 (diff)
downloadvcpkg-87a281601949c2af152db3d62b2f0b84527642a7.tar.gz
vcpkg-87a281601949c2af152db3d62b2f0b84527642a7.zip
Update to Arrow 0.16
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 780568f03..575cad7e8 100644
--- a/ports/arrow/CONTROL
+++ b/ports/arrow/CONTROL
@@ -1,5 +1,5 @@
Source: arrow
-Version: 0.15.1
+Version: 0.16.0
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.