Skip to content

Commit

Permalink
Merge pull request #194543 from Homebrew/bump-bosh-cli-7.8.1
Browse files Browse the repository at this point in the history
bosh-cli 7.8.1
  • Loading branch information
BrewTestBot authored Oct 16, 2024
2 parents e9be6f1 + 946cab9 commit 445535a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/b/bosh-cli.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class BoshCli < Formula
desc "Cloud Foundry BOSH CLI v2"
homepage "https://bosh.io/docs/cli-v2/"
url "https://github.com/cloudfoundry/bosh-cli/archive/refs/tags/v7.8.0.tar.gz"
sha256 "e1fff48200497ee5fc1088518249808043981694cb8671323735cd1dd009b107"
url "https://github.com/cloudfoundry/bosh-cli/archive/refs/tags/v7.8.1.tar.gz"
sha256 "6136fb2e76345fbd07e03afac15450d8a278c0ead1af97dc5f0361b96d417259"
license "Apache-2.0"
head "https://github.com/cloudfoundry/bosh-cli.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a6c6bef16272db8b90567993770c2edbb935aac4ba6c8a5b76c8ca8645d029c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a6c6bef16272db8b90567993770c2edbb935aac4ba6c8a5b76c8ca8645d029c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9a6c6bef16272db8b90567993770c2edbb935aac4ba6c8a5b76c8ca8645d029c"
sha256 cellar: :any_skip_relocation, sonoma: "63a2eccb8499cfbaee850f6ff38eb2345b217c0317dc7fae0791407853ed7625"
sha256 cellar: :any_skip_relocation, ventura: "63a2eccb8499cfbaee850f6ff38eb2345b217c0317dc7fae0791407853ed7625"
sha256 cellar: :any_skip_relocation, x86_64_linux: "079dfaf2cb01ca799fba42f9eec8caef5b921fe4d2b928c0e6da13949da8cc54"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6fa429ad61c135b6a4e449791279e9236fd2376425bdcd2bed2aefbdddcc4090"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6fa429ad61c135b6a4e449791279e9236fd2376425bdcd2bed2aefbdddcc4090"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6fa429ad61c135b6a4e449791279e9236fd2376425bdcd2bed2aefbdddcc4090"
sha256 cellar: :any_skip_relocation, sonoma: "b4d9a8b1357d68b8f019cbe4afb7ca8db567490ef62094374d576eb52ba9db8a"
sha256 cellar: :any_skip_relocation, ventura: "b4d9a8b1357d68b8f019cbe4afb7ca8db567490ef62094374d576eb52ba9db8a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6079b4568524d07f3dd9f48d556b4101ab1ea622db0e00df11b05aa712606ffb"
end

depends_on "go" => :build
Expand Down

0 comments on commit 445535a

Please sign in to comment.