Skip to content

Commit 36f902e

Browse files
authored
Merge pull request #246403 from IT-Flow-Service-Account/update-flow-cli.rb-1759277897
flow-cli 2.8.0
2 parents aa0cd01 + a85e89e commit 36f902e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/f/flow-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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.7.3.tar.gz"
5-
sha256 "2c9ce237bb35c4ade0f0208892b8235fcdee3a72cded883fed69c0cad3afb5c0"
4+
url "https://github.com/onflow/flow-cli/archive/refs/tags/v2.8.0.tar.gz"
5+
sha256 "57ea3f05f24994035d8754f455d7fab5b8707a33308b3681220dcf22570d3b86"
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_tahoe: "9adc25ac1622c557a0b192f203dbb4e3c747e4260bf8999c2b09eab6fbf5aea9"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5501f5ce13a5fd02266435543be88ee0e93749991a403dc1b36488fa4e66feb4"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5291b6f38f147a7f570aa30009c5fd88ce6999dd85c2ac9de73d88fcf996e8cd"
18-
sha256 cellar: :any_skip_relocation, sonoma: "f0a4b3e3a6ea8b6a30d0f6ae4cbe51896a4f503599f690d456ba7a531ca76b82"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "2fd103cdba18af9cd07e08ca68865e389c825f73c381b6793fe40422c0e5b251"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ffd23864a3989d2e4bc75ba5dface56720381d688c8d08dabc1e171d36991283"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "68df6de8fd433569e00f3259df1682f3f5bc6a982e2a1b608a9377a53fcfbfb2"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c06f369353d2d014dd835af9da879c920160ac9b65f3a293499465444f799156"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea2ba98c955fef0445c7fd4a3fddc7390a0e6f8b4f90b1875f4477f5b7aa3d65"
18+
sha256 cellar: :any_skip_relocation, sonoma: "06600cdee11a3d9a60d7d3f86a00926fd13d05e04db3528b918e4aa117dfbdec"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "27ff8d94784dc97aac8fd6993672373ed9188b9581611f943e87acf492e678f2"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "60272a350a7ab29ad4fb6dd7a6550d650dd2939984cbfbc21fa1661e54124d48"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)