diff options
| author | Gabe Levi | 2015-04-25 02:00:02 -0400 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-25 12:24:47 +0100 |
| commit | 59209fac97570d182070b269fa5eb64a68d361fc (patch) | |
| tree | 489790b41d257546b0e12ab56933e11f07b1b74e | |
| parent | 5ae216ae068331e45f03ef5a01f003a6cc41dd3e (diff) | |
| download | homebrew-59209fac97570d182070b269fa5eb64a68d361fc.tar.bz2 | |
flow 0.10.0
Closes #39027.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -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 b5f6f3821..cb5516104 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.9.2.tar.gz" - sha1 "33147962ebbcc60535af17e18a01cc5c38d81a11" + url "https://github.com/facebook/flow/archive/v0.10.0.tar.gz" + sha1 "35c2f98334dd867f4f0f1f138117cd7a16e95a02" head "https://github.com/facebook/flow.git" bottle do |
