Skip to content

Commit

Permalink
cloudfoundry-cli: add 8.10.0 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored and BrewTestBot committed Feb 27, 2025
1 parent 80e2156 commit 78692fa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Formula/c/cloudfoundry-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ class CloudfoundryCli < Formula
license "Apache-2.0"
head "https://github.com/cloudfoundry/cli.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b84b9fd93860fd4c4d27b10fc10163d83205bd38429a24c175c3ded3ffb28792"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b84b9fd93860fd4c4d27b10fc10163d83205bd38429a24c175c3ded3ffb28792"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b84b9fd93860fd4c4d27b10fc10163d83205bd38429a24c175c3ded3ffb28792"
sha256 cellar: :any_skip_relocation, sonoma: "47e77bc9bb5c30578845bd388e1c83950f8b99e97b92f1d7172d222ef9803659"
sha256 cellar: :any_skip_relocation, ventura: "47e77bc9bb5c30578845bd388e1c83950f8b99e97b92f1d7172d222ef9803659"
sha256 cellar: :any_skip_relocation, x86_64_linux: "81fb9d93f88926220f397c1f5ccbde22b9319e5a0f0d0845c9698970cff344c3"
end

depends_on "go" => :build

def install
Expand Down

0 comments on commit 78692fa

Please sign in to comment.