aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/google-sparsehash.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-04-21 09:33:03 -0700
committerAdam Vandenberg2012-04-21 09:38:34 -0700
commitc69fb53d6795ae0dde981d4c3f3a298f7ec682b4 (patch)
tree18e12703764b72e4b3e206b1a3bf996b1c71c04d /Library/Formula/google-sparsehash.rb
parent4f4ada9cadc3996077c7fed23c16aa54dea79acd (diff)
downloadhomebrew-c69fb53d6795ae0dde981d4c3f3a298f7ec682b4.tar.bz2
Google-Sparsehash 1.12
Diffstat (limited to 'Library/Formula/google-sparsehash.rb')
-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