From bcc7a98778ad11d60e69259e59d2918b6152f2ae Mon Sep 17 00:00:00 2001 From: flow-bot Date: Thu, 9 Nov 2023 13:40:40 -0800 Subject: [PATCH 1/2] flow 0.221.0 --- Formula/f/flow.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flow.rb b/Formula/f/flow.rb index 804dffdf15e6c..bcea91fff9c2f 100644 --- a/Formula/f/flow.rb +++ b/Formula/f/flow.rb @@ -1,8 +1,8 @@ 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" From fad4c2a35c88762f640bf72618148a070e726454 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 9 Nov 2023 23:40:58 +0000 Subject: [PATCH 2/2] flow: update 0.221.0 bottle. --- Formula/f/flow.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/flow.rb b/Formula/f/flow.rb index bcea91fff9c2f..340357786dce6 100644 --- a/Formula/f/flow.rb +++ b/Formula/f/flow.rb @@ -7,13 +7,13 @@ class Flow < Formula 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