diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/flow.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/flow.rb b/Library/Formula/flow.rb index c99cd8acb..48371c8dd 100644 --- a/Library/Formula/flow.rb +++ b/Library/Formula/flow.rb @@ -6,6 +6,13 @@ class Flow < Formula sha1 "780134b1fffd7f1dd8ba397290133d5a49c6e144" head "https://github.com/facebook/flow.git" + bottle do + cellar :any + sha1 "cc278985ed101cd8e267be5a80585acc79e15825" => :yosemite + sha1 "ee8fa0635437c54963c836ea105b69ac65b5f251" => :mavericks + sha1 "60c22342e4c298034939c29d44b41281bb75fa07" => :mountain_lion + end + depends_on "objective-caml" => :build def install |
