From 4802ea10344310ac6d7ebbe4a9ece40959e4ff85 Mon Sep 17 00:00:00 2001 From: flow-bot Date: Wed, 29 Nov 2023 13:34:11 -0800 Subject: [PATCH] flow 0.223.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 5ce2b9a5e2b36..752fefdaa3565 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.222.0.tar.gz" - sha256 "998c213ba9e4f76ebba328981f80285cd1493637cd7576ddcae03410c81949bb" + url "https://github.com/facebook/flow/archive/refs/tags/v0.223.0.tar.gz" + sha256 "8d6f850db84097651919c5d047cadf8b13d294d7536c4387ad9841216984f68e" license "MIT" head "https://github.com/facebook/flow.git", branch: "main"