We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167d779 commit 8209850Copy full SHA for 8209850
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.257.1.tar.gz"
5
- sha256 "738696d0576007d80fb9319a6c03dba98e7e0ccad447b7acb320519aedc9a595"
+ url "https://github.com/facebook/flow/archive/refs/tags/v0.258.0.tar.gz"
+ sha256 "389679a70fe3486aaa365c39e7a105f5a779bbf2dd18d81df25c1eb066eac570"
6
license "MIT"
7
head "https://github.com/facebook/flow.git", branch: "main"
8
0 commit comments