avro-cpp 1.7.3

Closes Homebrew/homebrew#17147.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Brett Koonce 2013-01-17 10:05:36 -06:00 committed by Adam Vandenberg
parent e3fc319599
commit 528514107a
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class AvroCpp < Formula class AvroCpp < Formula
homepage 'http://avro.apache.org/' homepage 'http://avro.apache.org/'
url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.2/cpp/avro-cpp-1.7.2.tar.gz' url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.3/cpp/avro-cpp-1.7.3.tar.gz'
sha1 'f9116583e4f230288317410404b066664722f9e4' sha1 'b8596a1d717f59d9d0e7d0130b36fa8b79a5be9f'
depends_on 'cmake' => :build depends_on 'cmake' => :build
depends_on 'boost' depends_on 'boost'