From 279850071048b4705816a24f9ce1c7c468e4a9d6 Mon Sep 17 00:00:00 2001 From: IT-Flow-Service-Account <117774934+IT-Flow-Service-Account@users.noreply.github.com> Date: Tue, 7 Nov 2023 18:43:13 -0700 Subject: [PATCH] flow-cli 1.6.0 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/f/flow-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flow-cli.rb b/Formula/f/flow-cli.rb index 44a161de8bd7c..a99cf750fada1 100644 --- a/Formula/f/flow-cli.rb +++ b/Formula/f/flow-cli.rb @@ -1,8 +1,8 @@ class FlowCli < Formula desc "Command-line interface that provides utilities for building Flow applications" homepage "https://onflow.org" - url "https://github.com/onflow/flow-cli/archive/refs/tags/v1.5.0.tar.gz" - sha256 "404ee56bce858ae3f1656513e85105186d80a1dd8f8094bc41e40635c58fde0d" + url "https://github.com/onflow/flow-cli/archive/refs/tags/v1.6.0.tar.gz" + sha256 "0bbabdc310e9327b0896f5ec54f72f1baba228e2d7583c83658b616bd644c944" license "Apache-2.0" head "https://github.com/onflow/flow-cli.git", branch: "master"