From 010ecb15a249490109769fd81105117f82c44467 Mon Sep 17 00:00:00 2001 From: flow-bot Date: Wed, 12 Feb 2025 13:42:55 -0800 Subject: [PATCH 1/2] flow 0.261.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 10094b2adddc9..ae743c7ae8db9 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://flow.org/" - url "https://github.com/facebook/flow/archive/refs/tags/v0.260.0.tar.gz" - sha256 "93f675e36f2e8c9b33be1d4aaead77e0061a03c5415bda2df676d500b87b578a" + url "https://github.com/facebook/flow/archive/refs/tags/v0.261.0.tar.gz" + sha256 "9d8b7886cf86703dd87bf5a290db347d9cbb13f181777f09ee8928009d21d408" license "MIT" head "https://github.com/facebook/flow.git", branch: "main" From f1dd66eb9fe674dd39df30de218abc2c5de5212f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 12 Feb 2025 22:22:56 +0000 Subject: [PATCH 2/2] flow: update 0.261.0 bottle. --- Formula/f/flow.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/flow.rb b/Formula/f/flow.rb index ae743c7ae8db9..a7df1ec0866e1 100644 --- a/Formula/f/flow.rb +++ b/Formula/f/flow.rb @@ -7,12 +7,12 @@ class Flow < Formula head "https://github.com/facebook/flow.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9ac49c77ef46b36c46b631d0e860687bb0aea0e6848d1a29227a2db77f6f864" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "33ff0e036097a1d0bcad8cfdc1d533c8e6420f10f80f179a3c1b4a1e366a49ba" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ba7ab4fc89e10941d5bae9ebade93986bf1c0d82a71377c6f2c62c7dce19084a" - sha256 cellar: :any_skip_relocation, sonoma: "feec95a43ede1fc361a021923eed2702b99d4808e3d339a0a7658ceffee5791c" - sha256 cellar: :any_skip_relocation, ventura: "a5059dc926803876dc0eafc7e5ddf1ef564963231e1cfd02586e952c3e2622ae" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6741d6f471e717e04063594cdcb4ea1a46f481b8fb1f5022b6d67cd29f1928a8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f131cb58c497aa84d73fca1795728494491bd9fe2b61ad1eaec1a994c4849bb8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d1d7eff2716d60dda8fa5a30d17b8a6cee3aff8ddccf11307dcb3017fef87f4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bf7e3c0e396fc162bcf89dca764e789eba5198d911b85068c24f6acfa6119d13" + sha256 cellar: :any_skip_relocation, sonoma: "5cc290cc55ebead19fe6ee78ccbe9078055810a6f36bbe8d7b3dca27dfd6b9b6" + sha256 cellar: :any_skip_relocation, ventura: "40a8b038dba0dd064e718d53fb5b8abf838e0a8db2cd5876d1c69d95dc84e678" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8661541d4e9b14896f1f89fef5e87fdb7e17c0256ddf2dbe9b298fed4e7a6b66" end depends_on "ocaml" => :build