From 94544ea56b721f9107af0b3d4b6f675d058b3169 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Mon, 26 Jan 2015 19:02:24 +0000 Subject: [PATCH] google-sparsehash: add 2.0.2 bottle. --- Formula/google-sparsehash.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/google-sparsehash.rb b/Formula/google-sparsehash.rb index 5977fecb06..04012fb967 100644 --- a/Formula/google-sparsehash.rb +++ b/Formula/google-sparsehash.rb @@ -3,6 +3,13 @@ class GoogleSparsehash < Formula url "https://sparsehash.googlecode.com/files/sparsehash-2.0.2.tar.gz" sha1 "12c7552400b3e20464b3362286653fc17366643e" + bottle do + cellar :any + sha1 "b69142883864c3a93e55670fbf0e04ae87d9aaf1" => :yosemite + sha1 "3847a9017f9962b3df7ccfbb89ebf38d1c853e24" => :mavericks + sha1 "a9a03d28f355310965005ab055e02f1df411b93e" => :mountain_lion + end + option :cxx11 option "without-check", "Skip build-time tests (not recommended)"