aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-03-20 23:26:51 +0000
committerMike McQuaid2015-03-21 09:58:19 +0000
commitc7bb05fccf2886465174480935dd292289c87296 (patch)
tree7f863bfc558da3c5f0e08b7fd656b74be304e7a4
parentd2396c207f46be54813f1cd54de59559687a0913 (diff)
downloadhomebrew-c7bb05fccf2886465174480935dd292289c87296.tar.bz2
qi: add 1.07 bottle.
-rw-r--r--Library/Formula/qi.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/qi.rb b/Library/Formula/qi.rb
index 2f9d3569b..7dc4f9667 100644
--- a/Library/Formula/qi.rb
+++ b/Library/Formula/qi.rb
@@ -3,6 +3,13 @@ class Qi < Formula
url "http://www.lambdassociates.org/Download/QiII1.07.zip"
sha256 "515bb99efa1da3f8d416c370c9d98776d273c593efa241dc243da543118fc521"
+ bottle do
+ cellar :any
+ sha256 "b52934ecc91ecffcd08c73180db59084ede6ad301d856681ed4d795e60a4079f" => :yosemite
+ sha256 "26d53a5485f8fe56eced34ea9fd86db26d90853fa180a982bb2e59a216ee2e97" => :mavericks
+ sha256 "facde8f9c5e8ae39761259769c28733c338d2e97c92a672c7266ac01e2d5b83c" => :mountain_lion
+ end
+
depends_on "sbcl" => :optional
deprecated_option "SBCL" => "with-sbcl"