aboutsummaryrefslogtreecommitdiff
path: root/ports/orc/CONTROL
diff options
context:
space:
mode:
authorErwan BERNARD <edmBernard@users.noreply.github.com>2019-03-18 20:26:29 +0100
committerPhil Christensen <philc@microsoft.com>2019-03-18 12:26:29 -0700
commit2fc5b2815eaecf8397415e7f0673c5a5ecc78fcf (patch)
tree5d206bb81bcc73653338349d3d2fe6a079bb88b0 /ports/orc/CONTROL
parent2978d2480fa83bd4c4ea70acd9ecd95206af835c (diff)
downloadvcpkg-2fc5b2815eaecf8397415e7f0673c5a5ecc78fcf.tar.gz
vcpkg-2fc5b2815eaecf8397415e7f0673c5a5ecc78fcf.zip
[orc] update to 1.5.5 (#4786)
* [orc] update to 1.5.3 * [orc] update usage with zstd * [orc] update to 1.5.4 * [orc] update to orc 1.5.5rc1 * [orc] fix static build * [orc] bump to 1.5.5
Diffstat (limited to 'ports/orc/CONTROL')
-rw-r--r--ports/orc/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/orc/CONTROL b/ports/orc/CONTROL
index 45532cad3..1cb8967ed 100644
--- a/ports/orc/CONTROL
+++ b/ports/orc/CONTROL
@@ -1,4 +1,4 @@
Source: orc
-Version: 1.5.2-f47e02c-2
-Build-Depends: zlib, protobuf, lz4, snappy, gtest
+Version: 1.5.5
+Build-Depends: zlib, protobuf, lz4, snappy, zstd, gtest
Description: The smallest, fastest columnar storage for Hadoop workloads.