avro-cpp 1.7.4

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Brett Koonce 2013-03-30 11:19:37 -05:00 committed by Jack Nagel
parent 04159a32d2
commit 155fd0f882
1 changed files with 2 additions and 2 deletions

View File

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