aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-12-12 03:48:32 +0000
committerTim D. Smith2014-12-12 23:09:14 -0800
commit3f1f44b40e753b029f198fb1aee534dda99a8c38 (patch)
tree776dbf9c53ef752cea5dff5ce11205ffcfa5090e /Library
parent89a986f700ec294be63280495bb008b2b6f2d76a (diff)
downloadhomebrew-3f1f44b40e753b029f198fb1aee534dda99a8c38.tar.bz2
deis: add 1.1.0 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/deis.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/deis.rb b/Library/Formula/deis.rb
index 179aedb93..8ec9d0fc9 100644
--- a/Library/Formula/deis.rb
+++ b/Library/Formula/deis.rb
@@ -5,6 +5,13 @@ class Deis < Formula
url "https://github.com/deis/deis/archive/v1.1.0.tar.gz"
sha1 "c57fb6073b374b95262c36959c6d2b6c508cda59"
+ bottle do
+ cellar :any
+ sha1 "d20e7452e995edac3805866b1b215ebe7f40541b" => :yosemite
+ sha1 "b4313da76967ea6d110f76fd6a9833299638f95c" => :mavericks
+ sha1 "3dca69365aff18d64b8df106a5103a104306472a" => :mountain_lion
+ end
+
depends_on :python if MacOS.version <= :snow_leopard
depends_on "libyaml"