flow 0.11.0
Closes Homebrew/homebrew#39703. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
699883b9a2
commit
7599d13617
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.10.0.tar.gz"
|
||||
sha1 "35c2f98334dd867f4f0f1f138117cd7a16e95a02"
|
||||
url "https://github.com/facebook/flow/archive/v0.11.0.tar.gz"
|
||||
sha1 "714ad08030aab07acf76bf4b6c2603a8b193881d"
|
||||
head "https://github.com/facebook/flow.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue