diff options
| author | Gabe Levi | 2015-03-06 19:49:08 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-03-06 21:38:58 -0500 |
| commit | f01e42d3490b781d3e466d070d52f595b1b73ab4 (patch) | |
| tree | 912155c91e2de2f21006b1692978e73028b90ce9 /Library | |
| parent | 4d6942d80f470d0f89bcba4712dd66d0fb2b392c (diff) | |
| download | homebrew-f01e42d3490b781d3e466d070d52f595b1b73ab4.tar.bz2 | |
Flow 0.5.0
Closes #37452.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -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 bc7ffe7cb..8444bc0f9 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.4.0.tar.gz" - sha1 "16057f713fa2b3efa42d3fdd17de3c93ecd00e15" + url "https://github.com/facebook/flow/archive/v0.5.0.tar.gz" + sha1 "cbb960627f2838d890e99e6a2c1277dbabcd04db" head "https://github.com/facebook/flow.git" bottle do |
