Skip to content

Commit

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

flow-cli 2.2.0
  • Loading branch information
BrewTestBot authored Nov 26, 2024
2 parents 644a495 + 3f98ee7 commit a70b1e6
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.1.1.tar.gz"
sha256 "58d8ee38cbfe503d783d78691617e8058213ae3f054183946ec6dc84023be9b2"
url "https://github.com/onflow/flow-cli/archive/refs/tags/v2.2.0.tar.gz"
sha256 "f8148c828355a79862a984343677b5e4db9f62a12f5e08d7a3099f410f93b316"
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: "ddade623bb3f375d162b790f735a773cd03881a5a0eab303cf4274e51931aca1"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d1ceea5e413bcb240843af76542e269000c51013c93b8560e799851e5ae30bc1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4d52c550aadf44b5945a816985d6dd3ef72cfc629941c68cf34ebf1283a68c9a"
sha256 cellar: :any_skip_relocation, sonoma: "29549d676ba96a85c12be95c73367bce9c52197c9aa0788a5f40e3fd57d7c6b7"
sha256 cellar: :any_skip_relocation, ventura: "5f4a579c3cca8000273b596d2d766c3ecaef576a0a1a3a43364f38030225c634"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fc278a534a5af54772185fcdcf26b1fca75d674695df620b369ea401e53cc471"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5e039e38960166d0c4e6cdceb6ab53b8844173296e30b24bea395e3fa9c1ebcb"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "56742110dbb9575cd921e0ff81a6631beec3d4a6f2c52c9852339fa2f1abcdd8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a30f4896b351fccce5720f9a15b9684e7bee0fea152e39b8274f264d62617fed"
sha256 cellar: :any_skip_relocation, sonoma: "ad6dc53144b8155383b5322a733d993aa1fd837162736955a214c51f0525ce69"
sha256 cellar: :any_skip_relocation, ventura: "c52d8cb87b031bcabba3419c59d7b236ccd7b626ccf61dcd344ffe77a3960106"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8ea9a766f92ecf6702f89a95cd61f06e0ebdf16c111808483ba7cad820dc73bd"
end

depends_on "go" => :build
Expand Down

0 comments on commit a70b1e6

Please sign in to comment.