Skip to content

Commit d714202

Browse files
authored
Merge pull request #232847 from Homebrew/bump-flow-cli-2.4.0
flow-cli 2.4.0
2 parents aeb3f18 + 2042797 commit d714202

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/f/flow-cli.rb

Lines changed: 9 additions & 9 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.3.1.tar.gz"
5-
sha256 "23c36f5051c4acf90ff2d0f2e33945e267c76e2c4618fa9ee9a44c1779eaf4d7"
4+
url "https://github.com/onflow/flow-cli/archive/refs/tags/v2.4.0.tar.gz"
5+
sha256 "6979cd399e7b51e9cc4d61428b34c83f2e980800bb61372a761b84752b0cde55"
66
license "Apache-2.0"
77
head "https://github.com/onflow/flow-cli.git", branch: "master"
88

@@ -12,13 +12,13 @@ class FlowCli < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5039c541168f2e8150872b9416192acaabc5a2b12b1bdff40534b434f59c3433"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1b27ae8ea92968b11f27c1665a73efd4c5235709a550e3593189b80d042ef8e"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "10c12a197e4b29b6e50d490a65dd09441cea138d9e0b1509c3f34ee5f5d35a40"
18-
sha256 cellar: :any_skip_relocation, sonoma: "59d0a128e3276921476b7668c3b40d32320d34992158ea54600e380674fbd1f9"
19-
sha256 cellar: :any_skip_relocation, ventura: "324d19a39e3ced4b12b1afe9505e5b5f7d7ca8a884ed88269e5a1d6add4e7971"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "c3e7c5147290fdc1e93fc3446aaf944963247ea78a877f1c5788b2f14c0bd243"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "989c067883971484bfaeeffc429d2705604e63ed731d38a134684c82a842635e"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7bc3c0eddfa22ee318f8e94e47988ba44a18e489428cca0a2e5174199cedf2cc"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "684c0ff8f7dce56a9c8b8947d962d6ce9f1688a9ad9d065b9626af00323fddac"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "4acba459c5ed63bad876415adb1f91de360d38db9e679377a81ada6c4c83c23f"
18+
sha256 cellar: :any_skip_relocation, sonoma: "7124359872bd51041bb37613f35f8e32b945de3b089352af298fac21c2c7b417"
19+
sha256 cellar: :any_skip_relocation, ventura: "9e715d4ba747b0344eb2ebb1b238d7bd6e861f83d33ecc5d89af78e91ca9b6e1"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "0679a376a1756b2e91c089b4b6272af96093a1e8540c2818b23b7e9bcd35b55b"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6251105ffeb98ff6ffb1ee847a0107a584c3040d5cbb589229a185d46ec5be74"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)