avro-c 1.7.1

Fixes Homebrew/homebrew#14196.
Closes Homebrew/homebrew#14205.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
samueljohn 2012-08-15 16:29:47 +02:00 committed by Jack Nagel
parent ac09a67727
commit 0129d02908

View file

@ -2,8 +2,8 @@ require 'formula'
class AvroC < Formula
homepage 'http://avro.apache.org/'
url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.6.3/c/avro-c-1.6.3.tar.gz'
md5 'af3f15605b47d02719706e5d67de8e75'
url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.1/c/avro-c-1.7.1.tar.gz'
sha1 'dac162d65082ac905713d0b1be7d29a12f2eeb16'
# probably should be an optional dep
conflicts_with 'xz'