diff options
| author | BrewTestBot | 2014-11-27 01:36:45 +0000 | 
|---|---|---|
| committer | Tim D. Smith | 2014-11-26 23:30:53 -0800 | 
| commit | cb8a234448d424f90c3d6dad975e76605269540a (patch) | |
| tree | ac0baee733ebb0ce6aafe88a888532ce3312b579 | |
| parent | 5711b8d08b899ecc94c2c067efcf479b857cc8fb (diff) | |
| download | homebrew-cb8a234448d424f90c3d6dad975e76605269540a.tar.bz2 | |
flow: update 0.1.2 bottle.
| -rw-r--r-- | Library/Formula/flow.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/flow.rb b/Library/Formula/flow.rb index b723ba43a..16badf6b3 100644 --- a/Library/Formula/flow.rb +++ b/Library/Formula/flow.rb @@ -8,9 +8,9 @@ class Flow < Formula    bottle do      cellar :any -    sha1 "d5bcb891128f8efa2290082859016183cc16aaf1" => :yosemite -    sha1 "fb6245516745eb00bd0b32b5e5330aa298f18cb2" => :mavericks -    sha1 "9507787f95b91c48528a8717436d9e2f865383b8" => :mountain_lion +    sha1 "1f4f7135e772c874ccf07c628889bfd4efbd2ff9" => :yosemite +    sha1 "c5897b2f28f2e29ff4da42c38af985770610c998" => :mavericks +    sha1 "30a70f252b1e4ed356806edaec243d94c4b61668" => :mountain_lion    end    depends_on "objective-caml" => :build | 
