Skip to content

Commit 76efe85

Browse files
authored
Merge pull request #210489 from Homebrew/bump-bosh-cli-7.9.4
bosh-cli 7.9.4
2 parents 32d76f1 + 57b74cf commit 76efe85

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/b/bosh-cli.rb

+8-8
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.3.tar.gz"
5-
sha256 "e876b71513db424b8607333b6c87ef4880225d68fc285e8260c6b2c93cdd376e"
4+
url "https://github.com/cloudfoundry/bosh-cli/archive/refs/tags/v7.9.4.tar.gz"
5+
sha256 "5d8d449e57aff589e3386ae2ce9e640b357425cba9214a549b9bc428b2d32194"
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: "4628193bc6444af1905d6415ae44e212303fc1285d207d8bea9baed0551386de"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4628193bc6444af1905d6415ae44e212303fc1285d207d8bea9baed0551386de"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "4628193bc6444af1905d6415ae44e212303fc1285d207d8bea9baed0551386de"
13-
sha256 cellar: :any_skip_relocation, sonoma: "53774c3322fa45478842a8614ca4f0004a0685dead6a396970951bd2baa99652"
14-
sha256 cellar: :any_skip_relocation, ventura: "53774c3322fa45478842a8614ca4f0004a0685dead6a396970951bd2baa99652"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "770d70ca708ab7bce0ee6cdc497ae74026f7e82f6b518981b4569e197aaa8240"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a89441d044d5831123cd96a7f04204bed2f5f4b021f20ff7b6577007291031c2"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a89441d044d5831123cd96a7f04204bed2f5f4b021f20ff7b6577007291031c2"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a89441d044d5831123cd96a7f04204bed2f5f4b021f20ff7b6577007291031c2"
13+
sha256 cellar: :any_skip_relocation, sonoma: "d567faa911e5b72767ecbbb7f12c1a57c3ae7b0e57cd9b39fc2b86b1093efd4c"
14+
sha256 cellar: :any_skip_relocation, ventura: "d567faa911e5b72767ecbbb7f12c1a57c3ae7b0e57cd9b39fc2b86b1093efd4c"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "544041ba84faa4386e79cd82e8ae3f8f55dd96f2995426214c094c9a755c586d"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)