We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68f5ae commit e97750dCopy full SHA for e97750d
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.241.0.tar.gz"
5
- sha256 "869d519cebc90640fcfddf0a18709f1aa304c0c5352187797c8c005e33f3b8c9"
+ url "https://github.com/facebook/flow/archive/refs/tags/v0.242.0.tar.gz"
+ sha256 "092dad2f001fe59a9b1ca246eba3b8c36bd9d92cec59b274264e370e381acb3e"
6
license "MIT"
7
head "https://github.com/facebook/flow.git", branch: "main"
8
0 commit comments