From bfbba369afc681e57f729506bac613dc2d40d702 Mon Sep 17 00:00:00 2001 From: flow-bot Date: Fri, 20 Oct 2023 16:38:32 -0700 Subject: [PATCH] flow 0.219.3 --- 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 660851fd8a380..ebd5fc7470a94 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/v0.219.2.tar.gz" - sha256 "c6d9abdf30fb6f115de5ed95b5d2e03dd7166b3a6063de9e49cd6ca9b8fbedc5" + url "https://github.com/facebook/flow/archive/v0.219.3.tar.gz" + sha256 "7b0be837496f7d82176b0639211b7928a30ae19cb6a733f5e689d104ae4336e1" license "MIT" head "https://github.com/facebook/flow.git", branch: "main"