diff --git a/Formula/f/flow-cli.rb b/Formula/f/flow-cli.rb index 20b2a03793828..25d15910558e6 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/v2.2.8.tar.gz" - sha256 "2e6dba770478a9a68dfaee11d754831267bc3131bf285c9f0e45d5c25286f867" + url "https://github.com/onflow/flow-cli/archive/refs/tags/v2.2.9.tar.gz" + sha256 "05fcb926f7c79fde0944874bf070e2d4dbee6c45d7e882452098afd9d9b01428" license "Apache-2.0" head "https://github.com/onflow/flow-cli.git", branch: "master" @@ -12,13 +12,13 @@ class FlowCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4191943630550e557d61b6e06e0f2f0c9a2e94cd7c0910ba795d836e9f51b5ce" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce8b7efc8da2a7a822341223cb93a3313886d50944e39efe26cb88166da2f701" - sha256 cellar: :any_skip_relocation, arm64_ventura: "70b6b03fd1ca4b0430156cd076f32a69d12db9fa0bc7808c278e7bbef97e0d78" - sha256 cellar: :any_skip_relocation, sonoma: "223244851d090bf788031236410045644f312b12f83fe1bbf0fc596482fcc769" - sha256 cellar: :any_skip_relocation, ventura: "ca65771408d5f7f9a162f736c43d7b52dff8601097eda08664dc3ccf45b5b16e" - sha256 cellar: :any_skip_relocation, arm64_linux: "3946ee6f1f8e49edeb507f566a3a48bf85dd133869f2a147465251aff0cbc448" - sha256 cellar: :any_skip_relocation, x86_64_linux: "51b449f12388932b54cfb288db3cc9731fab76ed1878e097de680b437492d460" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d95a7b1aa42a67fcbf53848873dc9ef539ef27b910a410ba2a8d4ba260b11be2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8112736db33dfc89087f99ab9ad81c9064549671f0275c937449d75472a549e8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "42d009c4d8050fb43cf837e9b44d42528cc8307072d8c2561ad9779c30da77c2" + sha256 cellar: :any_skip_relocation, sonoma: "d9bf527ab78c2498ffa0a0bbfec055cf32380683e78d44bf0bfc031f5b84da99" + sha256 cellar: :any_skip_relocation, ventura: "4a755e0fcb877ae23dba08f3674aab78f987c9d2983b0d0f342ecd9562e2b4ae" + sha256 cellar: :any_skip_relocation, arm64_linux: "b35a0a8a615bf9f02dae54e4659a300672b92fff509556ea14180656c6db6c8d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "acd84f4905e89265aafc8b09878202459cc4d93a3bae198a4eb7d61df5f748fc" end depends_on "go@1.23" => :build # crashes with go 1.24, see https://github.com/onflow/flow-cli/issues/1902