diff options
| author | Brett Koonce | 2013-03-30 11:19:26 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-03-30 14:15:00 -0500 | 
| commit | 2fefa9e87858173cc0d7637f34a9168074865e73 (patch) | |
| tree | e52a1bc56e1da3aed54c922a66734832cce9dff8 | |
| parent | 73800582294f3afa453dfd6546193a1fba78afd1 (diff) | |
| download | homebrew-2fefa9e87858173cc0d7637f34a9168074865e73.tar.bz2 | |
avro-c 1.7.4
Signed-off-by: Jack Nagel <jacknagel@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 0e5e87cde..c12f7fd36 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.3/c/avro-c-1.7.3.tar.gz' -  sha1 '5fc1ec23974f49527173d734b1a1c9286b6ce9fe' +  url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.4/c/avro-c-1.7.4.tar.gz' +  sha1 '1bd4c2fde2c9291bb50e05679f3e3e48c9c9eefa'    # probably should be an optional dep    conflicts_with 'xz' | 
