From 05c3640a864f1c715b0c40fb029ca6c13aa209ac Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Wed, 4 Feb 2015 16:54:21 +0000 Subject: [PATCH] bear: add 2.0.1 bottle. --- Formula/bear.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/bear.rb b/Formula/bear.rb index 3fd8e392a8..d8d840cad4 100644 --- a/Formula/bear.rb +++ b/Formula/bear.rb @@ -4,6 +4,12 @@ class Bear < Formula sha1 "31cf2b82a44f6eb5a3740c9f8aa9f2cd662e9a68" head "https://github.com/rizsotto/Bear.git" + bottle do + sha1 "6d868313f7e4afa2ac5e5a8979f47299e776a439" => :yosemite + sha1 "1aa1d89fe02160069fb32c666e982c4b0fdd5841" => :mavericks + sha1 "a576d3a8ab01c8bbdb1c387d314736d6d3c7cae7" => :mountain_lion + end + depends_on :python if MacOS.version <= :snow_leopard depends_on "cmake" => :build depends_on "pkg-config" => :build