diff options
| author | Brett Koonce | 2013-01-17 10:05:23 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-17 09:20:59 -0800 | 
| commit | 439546a3f36033f433700af11679f23e255eb043 (patch) | |
| tree | a994e8f9340c9f3dd2fdf2bb2ff1b0e8f277bdcb | |
| parent | 33dde1687959fb92956b4c65520f9f47daa88b0c (diff) | |
| download | homebrew-439546a3f36033f433700af11679f23e255eb043.tar.bz2 | |
avro-c 1.7.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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 36295d943..0e5e87cde 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.7.1/c/avro-c-1.7.1.tar.gz' -  sha1 'dac162d65082ac905713d0b1be7d29a12f2eeb16' +  url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.3/c/avro-c-1.7.3.tar.gz' +  sha1 '5fc1ec23974f49527173d734b1a1c9286b6ce9fe'    # probably should be an optional dep    conflicts_with 'xz' | 
