We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d936473 commit 9ef7676Copy full SHA for 9ef7676
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.256.0.tar.gz"
5
- sha256 "79e4bc40856deedc2eea60bfb5f4b1bc4c6230893858531801cb5d83623e2abe"
+ url "https://github.com/facebook/flow/archive/refs/tags/v0.257.0.tar.gz"
+ sha256 "9a96d9fee383c0973c9b080e7a8f88502a2183bc04eab318cad27a215fedfe5f"
6
license "MIT"
7
head "https://github.com/facebook/flow.git", branch: "main"
8
0 commit comments