From a43e45f7f6b1766baf62909e51172b38c65a0887 Mon Sep 17 00:00:00 2001 From: flow-bot Date: Thu, 1 Feb 2024 15:38:42 -0800 Subject: [PATCH] flow 0.228.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 d83aa0430481a..56f1b96bf998f 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.225.1.tar.gz" - sha256 "5f0c74e96825f6fbbe57ee8a92f32dc246b3b16253a522e7c7b851d7f152a111" + url "https://github.com/facebook/flow/archive/refs/tags/v0.228.0.tar.gz" + sha256 "e16b2c7eb55a8fbdbcf2cc3e482642ce70550abb1858420a1876eefd293faf77" license "MIT" head "https://github.com/facebook/flow.git", branch: "main"