aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/deis.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/deis.rb b/Library/Formula/deis.rb
index ef9181298..024dbad28 100644
--- a/Library/Formula/deis.rb
+++ b/Library/Formula/deis.rb
@@ -5,6 +5,9 @@ class Deis < Formula
bottle do
cellar :any
+ sha256 "fec83c5afc3261b56fccb415ae89588b1cde6828a007af0495b22f7cfbc93195" => :yosemite
+ sha256 "eb491d5b606955a10c0dfd916d61964e1a7b2447556b86b2928f977ba7036a0f" => :mavericks
+ sha256 "e357da38990b1e9cfd4ee3ad9577b8fa2c0e029752b0705d0bcaf6b9a14d899a" => :mountain_lion
end
depends_on :python if MacOS.version <= :snow_leopard