avro-cpp 1.7.7

master
Brett Koonce 2014-08-21 19:46:55 -07:00
parent 1d2cd8b318
commit bd84c94e43
1 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
require 'formula' 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.6/cpp/avro-cpp-1.7.6.tar.gz' url "http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.7/cpp/avro-cpp-1.7.7.tar.gz"
sha1 '6ef420797e14998d0889b1d6b34cd8d93480a332' sha1 "2fdc16bfee5786053846341d89d11160df8d57d4"
depends_on 'cmake' => :build depends_on "cmake" => :build
depends_on 'boost' depends_on "boost"
def install def install
system "cmake", ".", *std_cmake_args system "cmake", ".", *std_cmake_args