We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d25d82 commit 4b78792Copy full SHA for 4b78792
Formula/f/flow.rb
@@ -1,8 +1,8 @@
1
class Flow < Formula
2
desc "Static type checker for JavaScript"
3
homepage "https://flow.org/"
4
- url "https://github.com/facebook/flow/archive/refs/tags/v0.246.0.tar.gz"
5
- sha256 "e85c645e7d7708974d2d16a146780ecf1f57498ea33f83c8bf22d7d166a30f01"
+ url "https://github.com/facebook/flow/archive/refs/tags/v0.247.0.tar.gz"
+ sha256 "f646ab8320590425dbca9cb608ff766b5b0082d653904821585e747919f52a43"
6
license "MIT"
7
head "https://github.com/facebook/flow.git", branch: "main"
8
0 commit comments