flow 0.94.0
Closes #37595. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
079e274a77
commit
01a982e5c7
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Flow < Formula
|
class Flow < Formula
|
||||||
desc "Static type checker for JavaScript"
|
desc "Static type checker for JavaScript"
|
||||||
homepage "https://flowtype.org/"
|
homepage "https://flowtype.org/"
|
||||||
url "https://github.com/facebook/flow/archive/v0.81.0.tar.gz"
|
url "https://github.com/facebook/flow/archive/v0.94.0.tar.gz"
|
||||||
sha256 "aafde40834a5727911a86cd3500bb7e661065a4c9895490faaab2222fffd4274"
|
sha256 "0620f6770665f8209d8a6c9e541b3a7dc29b3a1210130a581f5784820a16406d"
|
||||||
head "https://github.com/facebook/flow.git"
|
head "https://github.com/facebook/flow.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue