Skip to content

Commit

Permalink
Merge pull request Homebrew#153825 from flow-bot/v0.221.0
Browse files Browse the repository at this point in the history
flow 0.221.0
  • Loading branch information
BrewTestBot authored Nov 9, 2023
2 parents 87ed335 + fad4c2a commit b0172fb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/f/flow.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Flow < Formula
desc "Static type checker for JavaScript"
homepage "https://flowtype.org/"
url "https://github.com/facebook/flow/archive/refs/tags/v0.220.1.tar.gz"
sha256 "75fa080817bd7947372214606878b7bc42b69b890ac1465bcecc276c6d91ab27"
url "https://github.com/facebook/flow/archive/refs/tags/v0.221.0.tar.gz"
sha256 "ff7e7761e95406fc3f01158644252456428198969a09c3777835905110ac0c69"
license "MIT"
head "https://github.com/facebook/flow.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e5126c69810babaaa44c380fbe826a0c6d13e7fa64e404f3eca19f45081790f2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "556cb4eedf81274a2e05bd17e4c5faa2f4521c519bfb07493a80126a5a3127ab"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2a60428e465ce5a499e9ea78898b22defb8ef0c8113a7ae193752d2b151b5a88"
sha256 cellar: :any_skip_relocation, sonoma: "94d8ce51325b6006bfa6cac36468856c7fe7e9df2429f4a116fd287c09471bd9"
sha256 cellar: :any_skip_relocation, ventura: "c96644360d1902f417deaaf287b6cfe98f84021bcf784821d3c4376d986ee6a3"
sha256 cellar: :any_skip_relocation, monterey: "4bb2c012ea0f81fad0eae97b45090ec9bc7cc195bd52a145c3b481ab77bd8931"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3f24c98653deab3e36013b6004ced93a4713053a665907aa8be99ed994a6dc9a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1203bd451da6c970e8d99cae7a786c9527f11a413efed91cdfb86c2d4499cdc"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c335bafb67c7ef2aff76c6ad0f9f2f40a6d9d29d2555018a6858451ae186fd68"
sha256 cellar: :any_skip_relocation, arm64_monterey: "131342d9a3fb8c2a37234a9afcd3090bf4af2705fb7dd5602fab4720dfcd3408"
sha256 cellar: :any_skip_relocation, sonoma: "b37ebc6d6bfaa63d32b8f326855ed950b603e5fa8de6ded0f40280b54457b7cd"
sha256 cellar: :any_skip_relocation, ventura: "e235d0ad2aeb84c8dac6329da9698b86b9382eef462e6090bbcd1146316bee27"
sha256 cellar: :any_skip_relocation, monterey: "f41b9e1099c3e0e40afbb669c0c436256010d989c58e730419062d5cff01e259"
sha256 cellar: :any_skip_relocation, x86_64_linux: "59ad319b360509af3c9b851f93710a8bc563c0f2139e727e12fe7b7533bfddab"
end

depends_on "ocaml" => :build
Expand Down

0 comments on commit b0172fb

Please sign in to comment.