From 69ac5bbf9081c6fba3ce24dd2d959fe80a694bce Mon Sep 17 00:00:00 2001 From: flow-bot Date: Wed, 30 Oct 2024 13:25:05 -0700 Subject: [PATCH] flow 0.251.1 --- 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 c2cbd446c4b25..cc0c264f09130 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.251.0.tar.gz" - sha256 "3d5e0e522572ee1fda3a402131c95bcc731bcd8fa05eef77f5f35695b258584a" + url "https://github.com/facebook/flow/archive/refs/tags/v0.251.1.tar.gz" + sha256 "07d0d439f2f0f339c0b8f7d680d85a47a1edbafecdea793dad399cc1d3baa107" license "MIT" head "https://github.com/facebook/flow.git", branch: "main"