diff options
| author | Felix Kling | 2014-11-19 21:40:50 -0800 |
|---|---|---|
| committer | Brett Koonce | 2014-11-20 04:07:01 -0800 |
| commit | b7e37503e8dc8930fdea16bfcc085a06befe05d6 (patch) | |
| tree | 38c0a7a2d357f8f83f14540dc346207279b5db19 /Library/Formula | |
| parent | d4c8f29be86324eb0f26da7aaa48077b5dfb0787 (diff) | |
| download | homebrew-b7e37503e8dc8930fdea16bfcc085a06befe05d6.tar.bz2 | |
flow 0.1.1
Closes #34334.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/flow.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/flow.rb b/Library/Formula/flow.rb index 48371c8dd..9ab0930ac 100644 --- a/Library/Formula/flow.rb +++ b/Library/Formula/flow.rb @@ -2,8 +2,8 @@ require "formula" class Flow < Formula homepage "http://flowtype.org/" - url "https://github.com/facebook/flow/archive/v0.1.0.tar.gz" - sha1 "780134b1fffd7f1dd8ba397290133d5a49c6e144" + url "https://github.com/facebook/flow/archive/v0.1.1.tar.gz" + sha1 "6786fa11bdca29b1bdb0602616c6b0c165a00b9e" head "https://github.com/facebook/flow.git" bottle do |
