diff options
| author | Felix Kling | 2014-11-26 17:28:30 -0800 |
|---|---|---|
| committer | Tim D. Smith | 2014-11-26 23:30:52 -0800 |
| commit | 5711b8d08b899ecc94c2c067efcf479b857cc8fb (patch) | |
| tree | 0ddd95ff74394457720ea6ef35fdfab9aba45861 | |
| parent | 789095d9a3c745fde9cef50e6320f37e11c885dc (diff) | |
| download | homebrew-5711b8d08b899ecc94c2c067efcf479b857cc8fb.tar.bz2 | |
flow 0.1.2
Closes #34482.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
| -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 f72c0117c..b723ba43a 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.1.tar.gz" - sha1 "6786fa11bdca29b1bdb0602616c6b0c165a00b9e" + url "https://github.com/facebook/flow/archive/v0.1.2.tar.gz" + sha1 "776dd272707c4c640c44aeb127e5485f977c803f" head "https://github.com/facebook/flow.git" bottle do |
