From c69fb53d6795ae0dde981d4c3f3a298f7ec682b4 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 21 Apr 2012 09:33:03 -0700 Subject: Google-Sparsehash 1.12 --- Library/Formula/google-sparsehash.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/google-sparsehash.rb b/Library/Formula/google-sparsehash.rb index 502b054c5..7c2fc469a 100644 --- a/Library/Formula/google-sparsehash.rb +++ b/Library/Formula/google-sparsehash.rb @@ -1,12 +1,13 @@ require 'formula' class GoogleSparsehash < Formula - url 'http://google-sparsehash.googlecode.com/files/sparsehash-1.11.tar.gz' homepage 'http://code.google.com/p/google-sparsehash/' - sha1 '9bd33e0336420058ff96873f7651e8e18aaea056' + url 'http://google-sparsehash.googlecode.com/files/sparsehash-1.12.tar.gz' + sha1 '6c6da5d03b6b71ba69cf056087a94b5f01048782' def install - system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "./configure", "--disable-dependency-tracking", + "--prefix=#{prefix}" system "make check" system "make install" end -- cgit v1.2.3