Skip to content

Commit 359120f

Browse files
authored
Merge pull request #224903 from Homebrew/bump-bosh-cli-7.9.6
bosh-cli 7.9.6
2 parents 8afdfb8 + 2a7972e commit 359120f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/b/bosh-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class BoshCli < Formula
22
desc "Cloud Foundry BOSH CLI v2"
33
homepage "https://bosh.io/docs/cli-v2/"
4-
url "https://github.com/cloudfoundry/bosh-cli/archive/refs/tags/v7.9.5.tar.gz"
5-
sha256 "f893c11aae8705188c71e3d15bb2013f0c4ad50df84e6cf7f502ccca6095804a"
4+
url "https://github.com/cloudfoundry/bosh-cli/archive/refs/tags/v7.9.6.tar.gz"
5+
sha256 "3749c85b61bccbd1aa78f111353e5ea5214000670669f16eba5e04da9604cd7f"
66
license "Apache-2.0"
77
head "https://github.com/cloudfoundry/bosh-cli.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "04ac207be9ba6cfb58b5d3fa90807a835df402edd3ea68a3a44c307183842f4d"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "04ac207be9ba6cfb58b5d3fa90807a835df402edd3ea68a3a44c307183842f4d"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "04ac207be9ba6cfb58b5d3fa90807a835df402edd3ea68a3a44c307183842f4d"
13-
sha256 cellar: :any_skip_relocation, sonoma: "2e1e8126475cf91f4ffa3edb6a8ec0d01b10cd0e5f7a38cdfd6136fb61101fb0"
14-
sha256 cellar: :any_skip_relocation, ventura: "2e1e8126475cf91f4ffa3edb6a8ec0d01b10cd0e5f7a38cdfd6136fb61101fb0"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "adfe7c3bf209c2bf460a42534ee15f58694e1f5962b34370366264dd27d920d4"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "636d40a832b2928217d3f24ba9acf3724a77c0ba4832fa7481ca380a2d4bc90c"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "636d40a832b2928217d3f24ba9acf3724a77c0ba4832fa7481ca380a2d4bc90c"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "636d40a832b2928217d3f24ba9acf3724a77c0ba4832fa7481ca380a2d4bc90c"
13+
sha256 cellar: :any_skip_relocation, sonoma: "256d625ffeb0fd44d4a2874741aa02d432f548bb6f3bf9b108fb3e69bf6ec967"
14+
sha256 cellar: :any_skip_relocation, ventura: "256d625ffeb0fd44d4a2874741aa02d432f548bb6f3bf9b108fb3e69bf6ec967"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "41861cf1d8dc1ba43059369ec2ca3c97aa871bb24c0220e5d056009b2a285cd7"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)