From e342f8e12ce1a9584ef35164b27fb75b36d6aab2 Mon Sep 17 00:00:00 2001 From: flow-bot Date: Wed, 4 Sep 2024 00:50:10 -0700 Subject: [PATCH] flow 0.245.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 a9680257794d7..92b528daacbe4 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.245.0.tar.gz" - sha256 "5f0c530020a09ff3a3e8879301b21944711ebc9691b6c5be9ce83bf697d14c70" + url "https://github.com/facebook/flow/archive/refs/tags/v0.245.1.tar.gz" + sha256 "71a2754f11945ad522697d11f645d18b6ac13fc0d96432e3e23d1183e5be08b9" license "MIT" head "https://github.com/facebook/flow.git", branch: "main"