From b9d7bcad5a5ed5675a591edf4fd5426e55c7459e Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Mon, 20 Oct 2014 14:38:56 +0100 Subject: [PATCH] tutum: add 0.9.1.4 bottle. Closes Homebrew/homebrew#33379. Signed-off-by: Mike McQuaid --- Formula/tutum.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/tutum.rb b/Formula/tutum.rb index 032915ef3b..597dff8e83 100644 --- a/Formula/tutum.rb +++ b/Formula/tutum.rb @@ -5,6 +5,13 @@ class Tutum < Formula url "https://github.com/tutumcloud/tutum-cli/archive/0.9.1.4.tar.gz" sha1 "fa736ce94b204966f101251b8f8287147a9de3ec" + bottle do + cellar :any + sha1 "b1cb67c8e2f312069f524076853bdaa573a5a06b" => :yosemite + sha1 "346eb88f4ed97ef6bfc005d7bdae37fbef1ad29d" => :mavericks + sha1 "63772b299987d56ecf696024040dc02dc277b522" => :mountain_lion + end + depends_on :python if MacOS.version <= :snow_leopard depends_on "libyaml"