We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597efab commit da9f29cCopy full SHA for da9f29c
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.233.0.tar.gz"
5
- sha256 "20dd2ba4495a428ad309940e6799835e05aa795f4329709ab8ec4eab9f3b1f85"
+ url "https://github.com/facebook/flow/archive/refs/tags/v0.234.0.tar.gz"
+ sha256 "02197f01db84b3b7b3ca4c12353f2026e912cc82e56dba465b985e026a403661"
6
license "MIT"
7
head "https://github.com/facebook/flow.git", branch: "main"
8
0 commit comments