Skip to content

Commit

Permalink
Merge pull request #152284 from p-linnane/flow-fix-url
Browse files Browse the repository at this point in the history
flow: update url to appease audit
  • Loading branch information
p-linnane authored Oct 24, 2023
2 parents ca3c9da + c39e384 commit b39054f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/f/flow.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Flow < Formula
desc "Static type checker for JavaScript"
homepage "https://flowtype.org/"
url "https://github.com/facebook/flow/archive/v0.219.4.tar.gz"
url "https://github.com/facebook/flow/archive/refs/tags/v0.219.4.tar.gz"
sha256 "0ba6c32405b0c56cbf421ab4e9239cff7cec481c3bf17c73c1fae1269dfab089"
license "MIT"
head "https://github.com/facebook/flow.git", branch: "main"
Expand Down

0 comments on commit b39054f

Please sign in to comment.