diff options
| author | Adam Vandenberg | 2012-04-21 09:33:03 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-21 09:38:34 -0700 |
| commit | c69fb53d6795ae0dde981d4c3f3a298f7ec682b4 (patch) | |
| tree | 18e12703764b72e4b3e206b1a3bf996b1c71c04d /Library/Formula/google-sparsehash.rb | |
| parent | 4f4ada9cadc3996077c7fed23c16aa54dea79acd (diff) | |
| download | homebrew-c69fb53d6795ae0dde981d4c3f3a298f7ec682b4.tar.bz2 | |
Google-Sparsehash 1.12
Diffstat (limited to 'Library/Formula/google-sparsehash.rb')
| -rw-r--r-- | Library/Formula/google-sparsehash.rb | 7 |
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 |
