1
1
class FlowCli < Formula
2
2
desc "Command-line interface that provides utilities for building Flow applications"
3
3
homepage "https://onflow.org"
4
- url "https://github.com/onflow/flow-cli/archive/refs/tags/v2.2.8 .tar.gz"
5
- sha256 "2e6dba770478a9a68dfaee11d754831267bc3131bf285c9f0e45d5c25286f867 "
4
+ url "https://github.com/onflow/flow-cli/archive/refs/tags/v2.2.9 .tar.gz"
5
+ sha256 "05fcb926f7c79fde0944874bf070e2d4dbee6c45d7e882452098afd9d9b01428 "
6
6
license "Apache-2.0"
7
7
head "https://github.com/onflow/flow-cli.git" , branch : "master"
8
8
@@ -12,13 +12,13 @@ class FlowCli < Formula
12
12
end
13
13
14
14
bottle do
15
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "4191943630550e557d61b6e06e0f2f0c9a2e94cd7c0910ba795d836e9f51b5ce "
16
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "ce8b7efc8da2a7a822341223cb93a3313886d50944e39efe26cb88166da2f701 "
17
- sha256 cellar : :any_skip_relocation , arm64_ventura : "70b6b03fd1ca4b0430156cd076f32a69d12db9fa0bc7808c278e7bbef97e0d78 "
18
- sha256 cellar : :any_skip_relocation , sonoma : "223244851d090bf788031236410045644f312b12f83fe1bbf0fc596482fcc769 "
19
- sha256 cellar : :any_skip_relocation , ventura : "ca65771408d5f7f9a162f736c43d7b52dff8601097eda08664dc3ccf45b5b16e "
20
- sha256 cellar : :any_skip_relocation , arm64_linux : "3946ee6f1f8e49edeb507f566a3a48bf85dd133869f2a147465251aff0cbc448 "
21
- sha256 cellar : :any_skip_relocation , x86_64_linux : "51b449f12388932b54cfb288db3cc9731fab76ed1878e097de680b437492d460 "
15
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "d95a7b1aa42a67fcbf53848873dc9ef539ef27b910a410ba2a8d4ba260b11be2 "
16
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "8112736db33dfc89087f99ab9ad81c9064549671f0275c937449d75472a549e8 "
17
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "42d009c4d8050fb43cf837e9b44d42528cc8307072d8c2561ad9779c30da77c2 "
18
+ sha256 cellar : :any_skip_relocation , sonoma : "d9bf527ab78c2498ffa0a0bbfec055cf32380683e78d44bf0bfc031f5b84da99 "
19
+ sha256 cellar : :any_skip_relocation , ventura : "4a755e0fcb877ae23dba08f3674aab78f987c9d2983b0d0f342ecd9562e2b4ae "
20
+ sha256 cellar : :any_skip_relocation , arm64_linux : "b35a0a8a615bf9f02dae54e4659a300672b92fff509556ea14180656c6db6c8d "
21
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "acd84f4905e89265aafc8b09878202459cc4d93a3bae198a4eb7d61df5f748fc "
22
22
end
23
23
24
24
depends_on "[email protected] " => :build # crashes with go 1.24, see https://github.com/onflow/flow-cli/issues/1902
0 commit comments