flow 0.37.0
Closes #7817. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
fc31bdd615
commit
867fbf6ac7
1 changed files with 2 additions and 13 deletions
|
@ -1,21 +1,10 @@
|
|||
class Flow < Formula
|
||||
desc "Static type checker for JavaScript"
|
||||
homepage "https://flowtype.org/"
|
||||
revision 1
|
||||
url "https://github.com/facebook/flow/archive/v0.37.0.tar.gz"
|
||||
sha256 "82e1ec628f9c65ae48fab8b7a762c537a462c8978eb9a2e4059f207d56f6a89f"
|
||||
head "https://github.com/facebook/flow.git"
|
||||
|
||||
stable do
|
||||
url "https://github.com/facebook/flow/archive/v0.36.0.tar.gz"
|
||||
sha256 "064792468e9b811fbc8d030de18b5b296b6214b2429e6c40876a64262e65fb16"
|
||||
|
||||
# OCaml 4.04.0 compatibility
|
||||
# Upstream commit from 22 Nov 2016 "Remove unused modules"
|
||||
patch do
|
||||
url "https://github.com/facebook/flow/commit/2edc619.patch"
|
||||
sha256 "6cc507f72850e1ef921e7db2e9ac5a036851f23eca00c00a14c9bfbb77b5eb1c"
|
||||
end
|
||||
end
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "b7e9a3011c05ceb26b20c590746441816ac9697453c98d7ff40157da42ef31ec" => :sierra
|
||||
|
|
Loading…
Reference in a new issue