aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/deis.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/deis.rb b/Library/Formula/deis.rb
index 510e5353f..d61e40c73 100644
--- a/Library/Formula/deis.rb
+++ b/Library/Formula/deis.rb
@@ -5,9 +5,9 @@ class Deis < Formula
bottle do
cellar :any
- sha1 "bd876e59177eda9440eaa16ce36c62c3878b808b" => :yosemite
- sha1 "2957df19c6c933f795ba489054fdb98e58b346a4" => :mavericks
- sha1 "c6331fe7333a9ba59d0ecdb4f49d1d2652ad84e3" => :mountain_lion
+ sha1 "cafd088c365c8ab39e6a145b8791b5c0d3b0bed4" => :yosemite
+ sha1 "d9ee796b02fd0cb6c49bf5f3b5675e43fc31dc41" => :mavericks
+ sha1 "25164979f8da8ed21d230131319dbacf26289511" => :mountain_lion
end
depends_on :python if MacOS.version <= :snow_leopard