Skip to content

Commit

Permalink
Merge pull request #191160 from IT-Flow-Service-Account/update-flow-c…
Browse files Browse the repository at this point in the history
…li.rb-1726703211

flow-cli 2.0.5
  • Loading branch information
BrewTestBot authored Sep 19, 2024
2 parents 2816acd + 0ba85a9 commit 62fa662
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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/v2.0.4.tar.gz"
sha256 "62e565f5eadef95848641d9a534bafa0195fa0cc5173fc411eabcac9df475c15"
url "https://github.com/onflow/flow-cli/archive/refs/tags/v2.0.5.tar.gz"
sha256 "fce4ed1c0b8ade0f6ce9642e02a66ec1bc73f0e96a85bdff54812242411bfc34"
license "Apache-2.0"
head "https://github.com/onflow/flow-cli.git", branch: "master"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a6f1e8791c307a02180983252644341c79dcb5c90aef59669ebec158f8e77a28"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a6012af0ad0661ced1e7c02f547435579430f49ccd07493514041bc92173a425"
sha256 cellar: :any_skip_relocation, arm64_ventura: "afc93b838d6843079cb4d0137af5ccb0f913a156d1ec54f0799875ef58121cfb"
sha256 cellar: :any_skip_relocation, sonoma: "49fcb40adac6a2053e6c0acb3b529288f350113c047c0c7afe90854767c9c959"
sha256 cellar: :any_skip_relocation, ventura: "0af8d542d865a35d06055796508058610953dd0e2870df6af39e72aba572c422"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8eeaaeea490a92a4cbce9a5f52cc22e1ed7cb40abf1f44434df59640dbdd4f5d"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0b6ae2aef3e766d4b96808172e8c6e67b12da041fa08885324afa5d088b9a452"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8fa11b5b8010e6a603e61d742e625f5db56620a70bbe16d65a44894d0816d06"
sha256 cellar: :any_skip_relocation, arm64_ventura: "07389b37b17f7aeba0102839db093b0a25ee96b238754bd64892dca8d9bdb6b5"
sha256 cellar: :any_skip_relocation, sonoma: "0dc7eee31337bc509d0c43746ba7b9fe19ec667f39f84385e68225c241f59e92"
sha256 cellar: :any_skip_relocation, ventura: "d57414404cf264997b4bdfc56c54b1741f7298c5392a8f621cee69681812530b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "797214d51ef6ea99d778f92fcc5a2fab0a38c457c376cf8d5b03ab0f8a5032b2"
end

depends_on "go" => :build
Expand Down

0 comments on commit 62fa662

Please sign in to comment.