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.13 .tar.gz"
5
- sha256 "bd84caa459bd8e5de4ce762f9ebc923fde67a10c95c5328c809d9ce897b6b397 "
4
+ url "https://github.com/onflow/flow-cli/archive/refs/tags/v2.2.14 .tar.gz"
5
+ sha256 "c56bcca9336538e7475c25e7f9a3a5b7525d2e18b841eae714a5a3eea1cd93d4 "
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 : "f0b533f6468495bfe2ce0c4027e220b47474c37a721882d878fab34c1d4aa2fc "
16
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "be2b6b0c61ca81ca017e9fec0d7efb3b37437cc64507cf6b7d7e1f78e2fecfc8 "
17
- sha256 cellar : :any_skip_relocation , arm64_ventura : "9c378904e0ebd11b8975cc25592396188b90ecbf0049d8faa82fb1682782bcc8 "
18
- sha256 cellar : :any_skip_relocation , sonoma : "6ed19d894f0d0d5b7c617830103a1b0050b8f3abd4173b5dbf129581169c8169 "
19
- sha256 cellar : :any_skip_relocation , ventura : "346febb02f537405c6dae7f70caabe1c46b2ff03e0387c84debc3bdb72bf35ce "
20
- sha256 cellar : :any_skip_relocation , arm64_linux : "6c00d61be263375d7be29c643f23135e8a794c0d10c79dce620175e90ee129bb "
21
- sha256 cellar : :any_skip_relocation , x86_64_linux : "c8a080da468f50926d4ae50d2aedeec2a0132e4473115949a25ebe3b23988257 "
15
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "d5053b8a74502ebe8e780d22066a97f4a9ace616e0f9944ca6da10e66dd09f54 "
16
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "ea4b3d131ecf2e363d0493f324fca45cf77d400635461e5d7b292099f57e694d "
17
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "00ff5bbf48d6683b7143a9ea8cc95382c689482124558e8a7c60c3364fe71d17 "
18
+ sha256 cellar : :any_skip_relocation , sonoma : "d80cd37cf388057aeec56984da88b7db14cd083dd054f45e6f4823a22730976b "
19
+ sha256 cellar : :any_skip_relocation , ventura : "46e1a1c3d87985fab95fc7be2682b97f0411dbf903502ff9a5196a4cb99a1702 "
20
+ sha256 cellar : :any_skip_relocation , arm64_linux : "9e123d04caf9178813dc61c61ed70dd681a95edc1fcf9817abfb623ec22106fd "
21
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "2723a7ef6bcbd0a2a6f9b0d888863039e74e6e09801e6bd475123caa4de760ce "
22
22
end
23
23
24
24
depends_on "go" => :build
0 commit comments