diff options
| author | Brett Koonce | 2014-08-21 19:46:46 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-08-21 23:58:03 -0700 |
| commit | efa998219f6de4e357dc39a5374770da6f7223dd (patch) | |
| tree | f999f1a09e37655abe8fa39316b50f1449720071 | |
| parent | 0509bc510051d52549994ee77238cdbff6a6bf28 (diff) | |
| download | homebrew-efa998219f6de4e357dc39a5374770da6f7223dd.tar.bz2 | |
avro-c 1.7.7
| -rw-r--r-- | Library/Formula/avro-c.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/avro-c.rb b/Library/Formula/avro-c.rb index 917346b24..563f28bd5 100644 --- a/Library/Formula/avro-c.rb +++ b/Library/Formula/avro-c.rb @@ -1,14 +1,14 @@ -require 'formula' +require "formula" class AvroC < Formula - homepage 'http://avro.apache.org/' - url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.6/c/avro-c-1.7.6.tar.gz' - sha1 '890fb6e2fd5c12018e47b8fff49900a361a44a17' + homepage "http://avro.apache.org/" + url "http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.7/c/avro-c-1.7.7.tar.gz" + sha1 "cbb698682d662c5e0abec023dcd37ce1f3db80d4" # probably should be an optional dep - conflicts_with 'xz' + conflicts_with "xz" - depends_on 'cmake' => :build + depends_on "cmake" => :build def install system "cmake", ".", *std_cmake_args |
