aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/google-sparsehash.rb7
1 files changed, 4 insertions, 3 deletions
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