diff options
| author | BrewTestBot | 2015-02-21 21:51:27 +0000 | 
|---|---|---|
| committer | Tim D. Smith | 2015-02-21 15:40:41 -0800 | 
| commit | 23d3f3077c121216de3295158948bdb25e38f626 (patch) | |
| tree | 4bf262839282190ca85c9d4e7e21dbb7fb5d3c43 | |
| parent | 3b0435293de32f98d21ee8e2a83edd0d705117bd (diff) | |
| download | homebrew-23d3f3077c121216de3295158948bdb25e38f626.tar.bz2 | |
googlecl: add 0.9.14 bottle.
| -rw-r--r-- | Library/Formula/googlecl.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/googlecl.rb b/Library/Formula/googlecl.rb index 32e389bba..00dc17da9 100644 --- a/Library/Formula/googlecl.rb +++ b/Library/Formula/googlecl.rb @@ -3,6 +3,13 @@ class Googlecl < Formula    url 'https://googlecl.googlecode.com/files/googlecl-0.9.14.tar.gz'    sha1 '810b2426e2c5e5292e507837ea425e66f4949a1d' +  bottle do +    cellar :any +    sha1 "ecb5890566eae00f555e6e7e5e296681bf82dc65" => :yosemite +    sha1 "4c76e56a7684777d256c97f827f24ad6f18452e2" => :mavericks +    sha1 "45ef7433cb23ec05fbf202caac3c3c0cc095a080" => :mountain_lion +  end +    depends_on :python if MacOS.version <= :snow_leopard    conflicts_with 'osxutils', :because => 'both install a google binary'  | 
