Skip to content

Commit

Permalink
Merge pull request Homebrew#153619 from IT-Flow-Service-Account/updat…
Browse files Browse the repository at this point in the history
…e-flow-cli.rb-1699407793

flow-cli 1.6.0
  • Loading branch information
BrewTestBot authored Nov 8, 2023
2 parents c58d15a + 7f4733a commit b066ac9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/f/flow-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class FlowCli < Formula
desc "Command-line interface that provides utilities for building Flow applications"
homepage "https://onflow.org"
url "https://github.com/onflow/flow-cli/archive/refs/tags/v1.5.0.tar.gz"
sha256 "404ee56bce858ae3f1656513e85105186d80a1dd8f8094bc41e40635c58fde0d"
url "https://github.com/onflow/flow-cli/archive/refs/tags/v1.6.0.tar.gz"
sha256 "0bbabdc310e9327b0896f5ec54f72f1baba228e2d7583c83658b616bd644c944"
license "Apache-2.0"
head "https://github.com/onflow/flow-cli.git", branch: "master"

Expand All @@ -12,13 +12,13 @@ class FlowCli < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a06763d502731ac1530485e118b2c90600f6ba1374344eff3a824c35c65c195"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ccde7f65fca79de55fb12491c29aca995b815b16c1c15983c75d45424c9a2e7c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7e7a8ab3a10752fd7c517fbe4003e511bff76d679e7804cb9e065ae013564cd1"
sha256 cellar: :any_skip_relocation, sonoma: "63e6647e48320ed4e43a5f8489ab7f1d7a4170f40bcd01202c4774b462c49993"
sha256 cellar: :any_skip_relocation, ventura: "845ca132a260ddc1891cfc0c4c095c2e7bc8e9e107afc765271bdd5b59699d16"
sha256 cellar: :any_skip_relocation, monterey: "52f7af7989ecd66fac172f90b54d348c871bb75f19aa8e7254d3c7ef41c372ef"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ab3d4d9087ae6e8004c5c64019ada1335051cedf595c1222fc6a5062c2a0750d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "30987fbbc611363b8a65e278c64dbcc388e79ebc566ad3f37cfd8a382884cced"
sha256 cellar: :any_skip_relocation, arm64_ventura: "739b52de381ff9700d192343833dae6570ec4500bf3f70fff4149f4db68b6542"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1b088e4928c50b664b889cfb18b83f94ff6d65e616207f337549dabdd62e11a6"
sha256 cellar: :any_skip_relocation, sonoma: "f05898efd13548ade85462822239340efee64a517e7f37244cac5e0f13519516"
sha256 cellar: :any_skip_relocation, ventura: "27c694c242f20ff8807de46b42ecac21ce23df2d62821d79257b2204081f2017"
sha256 cellar: :any_skip_relocation, monterey: "25bdb425b71f73101527a8f225e4c9a6947b53a5341be431788cf956aa7029a8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "035921ee5ae750765ef8a8d4a9898f6a9d86ae69d1130a43e24ff343954c08c7"
end

depends_on "go" => :build
Expand Down

0 comments on commit b066ac9

Please sign in to comment.