flow 0.1.2
Closes Homebrew/homebrew#34482. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
ca7e379db0
commit
f1d676b13c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue