We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133c6bc commit ad65cdeCopy full SHA for ad65cde
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.247.1.tar.gz"
5
- sha256 "2874cd8f609cc2e1bd526d3e9b34cb493715c3eb612d1113e41440454561e85c"
+ url "https://github.com/facebook/flow/archive/refs/tags/v0.248.0.tar.gz"
+ sha256 "160f0d6f7e4d17a9d67507c287d4a424ec2d1e5c8db2a80877b758d6ec51537b"
6
license "MIT"
7
head "https://github.com/facebook/flow.git", branch: "main"
8
0 commit comments