aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-01-11 17:12:01 +0000
committerBrett Koonce2015-01-12 08:52:54 -0800
commitf736457733c511fa8c468a2389d04e72eb38e663 (patch)
treefeb15a6c8442852067c1911e69a8476bbce1c5de /Library/Formula
parent7479d0ee1359de9ffb9ae0ebec66bb5bb7e4546e (diff)
downloadhomebrew-f736457733c511fa8c468a2389d04e72eb38e663.tar.bz2
deis: update 1.2.0 bottle.
Diffstat (limited to 'Library/Formula')
-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 177a6ce8c..558a24705 100644
--- a/Library/Formula/deis.rb
+++ b/Library/Formula/deis.rb
@@ -5,9 +5,9 @@ class Deis < Formula
bottle do
cellar :any
- sha1 "d20e7452e995edac3805866b1b215ebe7f40541b" => :yosemite
- sha1 "b4313da76967ea6d110f76fd6a9833299638f95c" => :mavericks
- sha1 "3dca69365aff18d64b8df106a5103a104306472a" => :mountain_lion
+ sha1 "bd876e59177eda9440eaa16ce36c62c3878b808b" => :yosemite
+ sha1 "2957df19c6c933f795ba489054fdb98e58b346a4" => :mavericks
+ sha1 "c6331fe7333a9ba59d0ecdb4f49d1d2652ad84e3" => :mountain_lion
end
depends_on :python if MacOS.version <= :snow_leopard