flow-v0.1.4
Closes Homebrew/homebrew#35965. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
8000b2c044
commit
fe3bb0d5e6
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.2.tar.gz"
|
||||
sha1 "776dd272707c4c640c44aeb127e5485f977c803f"
|
||||
url "https://github.com/facebook/flow/archive/v0.1.4.tar.gz"
|
||||
sha1 "d2268e65fbf000f902903955a3d7adf198fa6335"
|
||||
head "https://github.com/facebook/flow.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue