diff options
| author | samueljohn | 2012-08-15 16:29:47 +0200 |
|---|---|---|
| committer | Jack Nagel | 2012-08-18 22:31:51 -0500 |
| commit | 808a1dd7ca997150dcfa1913667b89469a62c3b0 (patch) | |
| tree | 214fb55f6f7ec94072d045a02fb54f19762a514e /Library | |
| parent | a5e77c2d4d3e8efd1e5aa4fcec9ba88915871438 (diff) | |
| download | homebrew-808a1dd7ca997150dcfa1913667b89469a62c3b0.tar.bz2 | |
avro-c 1.7.1
Fixes #14196.
Closes #14205.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/avro-c.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/avro-c.rb b/Library/Formula/avro-c.rb index 62771faf2..36295d943 100644 --- a/Library/Formula/avro-c.rb +++ b/Library/Formula/avro-c.rb @@ -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' |
