11class FlowCli < Formula
22 desc "Command-line interface that provides utilities for building Flow applications"
33 homepage "https://onflow.org"
4- url "https://github.com/onflow/flow-cli/archive/refs/tags/v2.0.9 .tar.gz"
5- sha256 "ee4589dbee30109324c9bbd3c1c89fec65c0633614fb49e7931e88b856d6c016 "
4+ url "https://github.com/onflow/flow-cli/archive/refs/tags/v2.0.10 .tar.gz"
5+ sha256 "59d0b99fadacf36cd127a1a02b005e84bb275a46b42402252c447ceb4732ffe2 "
66 license "Apache-2.0"
77 head "https://github.com/onflow/flow-cli.git" , branch : "master"
88
@@ -12,12 +12,12 @@ class FlowCli < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_sequoia : "028ade3c3a65b6993d3c6643771bf55d502e2dacc3c78b75a65ce2b396bed209 "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "506ffdd4f836ffb27de460e6f5219a0f8e9930bda27c45b7a9bc864a9109e546 "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "6be627cfd40c94ac923c413df0ee53e6bc704bc1633e22104a5496ae314f5d86 "
18- sha256 cellar : :any_skip_relocation , sonoma : "d82129151eb84c0501332b7f6fb798d3785fd029aec882b8de3073b79c33691b "
19- sha256 cellar : :any_skip_relocation , ventura : "dc27b28af9ebb961f5ca788b45e0c8c30926e2c5fe5e313e573d0fea98606b72 "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "db6b0e97794e5083a46dae94211188518f74935040d0610823025519f322ee9c "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "791b1d29f167bf0a9d3e53cd3eb4e7e94c81776cc03b1c9348faab6f4a64246a "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "2b408321e7dfe49ebfe737654f5265db9240499d8dfe71fedee7650117d17440 "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "c7457bc2c2c7f168d07aca5bb88caeb6016477ce0a6838ffd6be08545d0b7a82 "
18+ sha256 cellar : :any_skip_relocation , sonoma : "1634564b1ed5a0e86a186b9909ebbe2278665c21742f63158b8761eaec421e0b "
19+ sha256 cellar : :any_skip_relocation , ventura : "9b7532074f7f8941cf8df8125c1e058ed1b0cbe6c3ad59c7f925f91a3c383306 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "601ac2e50effa069e55c965a73f0cd20d999df815ac938db15207c7488149ec8 "
2121 end
2222
2323 depends_on "go" => :build
0 commit comments