diff options
| author | Brett Koonce | 2014-02-15 21:06:32 -0600 | 
|---|---|---|
| committer | Brett Koonce | 2014-02-15 22:25:50 -0600 | 
| commit | 5cd1a5d120564eba2bb06b466d14176e5c347729 (patch) | |
| tree | 14345004a7152282ac504e07a62c663b1f7da11a | |
| parent | 5b3d97d45b02b5420e52af287efc280b1e3ba52f (diff) | |
| download | homebrew-5cd1a5d120564eba2bb06b466d14176e5c347729.tar.bz2 | |
avro-c 1.7.6
| -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 fd93b8292..917346b24 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.5/c/avro-c-1.7.5.tar.gz' -  sha1 '49859a3310073e579356690fed7d165aca33ec7d' +  url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.6/c/avro-c-1.7.6.tar.gz' +  sha1 '890fb6e2fd5c12018e47b8fff49900a361a44a17'    # probably should be an optional dep    conflicts_with 'xz' | 
