google-sparsehash: add 2.0.2 bottle.
This commit is contained in:
parent
ba9cdf3213
commit
94544ea56b
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@ class GoogleSparsehash < Formula
|
||||||
url "https://sparsehash.googlecode.com/files/sparsehash-2.0.2.tar.gz"
|
url "https://sparsehash.googlecode.com/files/sparsehash-2.0.2.tar.gz"
|
||||||
sha1 "12c7552400b3e20464b3362286653fc17366643e"
|
sha1 "12c7552400b3e20464b3362286653fc17366643e"
|
||||||
|
|
||||||
|
bottle do
|
||||||
|
cellar :any
|
||||||
|
sha1 "b69142883864c3a93e55670fbf0e04ae87d9aaf1" => :yosemite
|
||||||
|
sha1 "3847a9017f9962b3df7ccfbb89ebf38d1c853e24" => :mavericks
|
||||||
|
sha1 "a9a03d28f355310965005ab055e02f1df411b93e" => :mountain_lion
|
||||||
|
end
|
||||||
|
|
||||||
option :cxx11
|
option :cxx11
|
||||||
option "without-check", "Skip build-time tests (not recommended)"
|
option "without-check", "Skip build-time tests (not recommended)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue