avro-c 1.8.0
Closes Homebrew/homebrew#50148. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
6edacbce0c
commit
cd0256d9ec
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class AvroC < Formula
|
||||
desc "Data serialization system"
|
||||
homepage "https://avro.apache.org/"
|
||||
url "https://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.7/c/avro-c-1.7.7.tar.gz"
|
||||
sha256 "69b56580f4cc63acbc49825153664ead44abdf1ff8f6f3511d5877533a745a66"
|
||||
url "https://www.apache.org/dyn/closer.cgi?path=avro/avro-1.8.0/c/avro-c-1.8.0.tar.gz"
|
||||
sha256 "4fd93aa0b366e4f7c01a75065b10b9d34ea95ddcf81b7ca39287d6db4efe9bd4"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -13,6 +13,7 @@ class AvroC < Formula
|
|||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "cmake" => :build
|
||||
depends_on "jansson" => :build
|
||||
|
||||
def install
|
||||
system "cmake", ".", *std_cmake_args
|
||||
|
|
Loading…
Reference in a new issue