Skip to content

Commit 1562b66

Browse files
authored
Merge pull request Homebrew#183346 from Homebrew/bump-bosh-cli-7.7.1
bosh-cli 7.7.1
2 parents 5f8e920 + 62098f1 commit 1562b66

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/b/bosh-cli.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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.7.0.tar.gz"
5-
sha256 "027d28852921f05a5b78270d431e6d52eef38c2aeff7b276de97eae95b9683ee"
4+
url "https://github.com/cloudfoundry/bosh-cli/archive/refs/tags/v7.7.1.tar.gz"
5+
sha256 "04f8e4dd2ac1e4170719982048fb712d7f4a3f2f3e953b694778a46fe0d3593f"
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_sonoma: "297451f2e5cd7555a4f31d439ed8c089ce87b7affb80c675e6a88c1d0fc98e88"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "df07175f1f16f459e1f2aa83384feb7f1a5b44a7b0e1ff0e2ae62d522e26b614"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "e251cb011061f0f8f1eecbc0d49728e722f746839cd4cd2c9d3bc3af15f46227"
13-
sha256 cellar: :any_skip_relocation, sonoma: "fbf3f049d9e63f40f8a71a96c8f2ec0e30ab03c8c9c752bb118ffcff2cf52ac1"
14-
sha256 cellar: :any_skip_relocation, ventura: "fcd883bb5f6434ed00e49fcf0c9a78c5cc3db30833b5afa5e84630725dd02701"
15-
sha256 cellar: :any_skip_relocation, monterey: "43aa64b97142c6a3d5dc7665b92ffb92c8ba6e6baa0d904bf48c4c8ca6aac302"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "52a261722845781d6c7e6f900862ad5ea23fe34db866bcccd27b68408df31f70"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8536230e1ac88b89af51d71faf29210729c3af256d34cf0a242006c8ced8c38a"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8536230e1ac88b89af51d71faf29210729c3af256d34cf0a242006c8ced8c38a"
12+
sha256 cellar: :any_skip_relocation, arm64_monterey: "8536230e1ac88b89af51d71faf29210729c3af256d34cf0a242006c8ced8c38a"
13+
sha256 cellar: :any_skip_relocation, sonoma: "91dc4b3ec8dd148c4ca2d29a999772c5f82c658f7c88b8dd0b17b95ee96d966c"
14+
sha256 cellar: :any_skip_relocation, ventura: "91dc4b3ec8dd148c4ca2d29a999772c5f82c658f7c88b8dd0b17b95ee96d966c"
15+
sha256 cellar: :any_skip_relocation, monterey: "91dc4b3ec8dd148c4ca2d29a999772c5f82c658f7c88b8dd0b17b95ee96d966c"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "bb80a3c8e6671c979d012923b7210582f9ea3f695c2988a3e9dfea50ffed7236"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)