aboutsummaryrefslogtreecommitdiff
path: root/ports/avro-c/CONTROL
diff options
context:
space:
mode:
authorMichael Spector <mispecto@microsoft.com>2020-04-16 21:51:43 +0300
committerGitHub <noreply@github.com>2020-04-16 11:51:43 -0700
commit648396545c87d6b4d85e8dd1eb50c6abc6960649 (patch)
treecdb2a761b0e973d539973f5c4da2e914f3d65ab8 /ports/avro-c/CONTROL
parent4b8ad78657bc1b55080e3cfb350e3ebbe2c1f1ee (diff)
downloadvcpkg-648396545c87d6b4d85e8dd1eb50c6abc6960649.tar.gz
vcpkg-648396545c87d6b4d85e8dd1eb50c6abc6960649.zip
[avro-c] Fix building avro-c in Linux (#10514)
* Fix building avro-c in Linux * Increment version * Declare Linux is supported * Updated CI baseline Co-authored-by: Michael Spector <spektom@gmail.com>
Diffstat (limited to 'ports/avro-c/CONTROL')
-rw-r--r--ports/avro-c/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/avro-c/CONTROL b/ports/avro-c/CONTROL
index 10cef30fa..e7554a30b 100644
--- a/ports/avro-c/CONTROL
+++ b/ports/avro-c/CONTROL
@@ -1,6 +1,6 @@
Source: avro-c
-Version: 1.9.2
-Supports: !(uwp|linux|osx)
+Version: 1.9.2-1
+Supports: !(uwp|osx)
Homepage: https://github.com/apache/avro
Description: Apache Avro is a data serialization system
Build-Depends: jansson, liblzma, zlib, snappy