From 47e0fba0747155a4a41f802c6a33df27b948fe54 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 28 Aug 2026 22:05:26 +0000 Subject: [PATCH 1/2] cloudfoundry-cli 8.19.0 --- Formula/c/cloudfoundry-cli.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Formula/c/cloudfoundry-cli.rb b/Formula/c/cloudfoundry-cli.rb index 9bfeb0cab59d..0b14e8dca806 100644 --- a/Formula/c/cloudfoundry-cli.rb +++ b/Formula/c/cloudfoundry-cli.rb @@ -1,8 +1,8 @@ class CloudfoundryCli < Formula desc "Official command-line client for Cloud Foundry" homepage "https://docs.cloudfoundry.org/cf-cli" - url "https://github.com/cloudfoundry/cli/archive/refs/tags/v8.18.4.tar.gz" - sha256 "1371bedf6c3929d018edb18608634888c0e7a89f6d27faad24ce8bde25e91106" + url "https://github.com/cloudfoundry/cli/archive/refs/tags/v8.19.0.tar.gz" + sha256 "bfbbb833c2727432e48d7b383ba749f6ca7e5c11c1377cc6cd22ddc802057d23" license "Apache-2.0" head "https://github.com/cloudfoundry/cli.git", branch: "main" @@ -20,7 +20,8 @@ class CloudfoundryCli < Formula sha256 cellar: :any, x86_64_linux: "3301f2ecf831019db6ad3f9a08777eff0c3893ed0d383065b1d0eac884f6bade" end - depends_on "go" => :build + # `SermoDigital/jose` registers `crypto.Hash(0)`, which Go 1.27 `RegisterHash` panics on + depends_on "go@1.26" => :build conflicts_with "cf", because: "both install `cf` binaries" From 5a4cb389544ecd0daaa527c48041639d2e075311 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 29 Aug 2026 03:54:22 +0000 Subject: [PATCH 2/2] cloudfoundry-cli: update 8.19.0 bottle. --- Formula/c/cloudfoundry-cli.rb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Formula/c/cloudfoundry-cli.rb b/Formula/c/cloudfoundry-cli.rb index 0b14e8dca806..a00abc3657ae 100644 --- a/Formula/c/cloudfoundry-cli.rb +++ b/Formula/c/cloudfoundry-cli.rb @@ -12,12 +12,11 @@ class CloudfoundryCli < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "1d44610a8098f5a91af4964dfd33b93a2e190e4456b2aefe62818449a968e535" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1d44610a8098f5a91af4964dfd33b93a2e190e4456b2aefe62818449a968e535" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1d44610a8098f5a91af4964dfd33b93a2e190e4456b2aefe62818449a968e535" - sha256 cellar: :any_skip_relocation, sonoma: "1b3a7d679f59a3bed6016a527aa9f553305e79bc0b5f6173a9a3df7e1c02b36f" - sha256 cellar: :any_skip_relocation, arm64_linux: "e4499c4b10b932185d59ee6b9ad92f0107cc12cfcbd16dfb9c784e1cc5f2d504" - sha256 cellar: :any, x86_64_linux: "3301f2ecf831019db6ad3f9a08777eff0c3893ed0d383065b1d0eac884f6bade" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "6a89bbbc6fd61c7f5c1f791eab969b24325deefe1cfcce67d53251a3527593bd" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a89bbbc6fd61c7f5c1f791eab969b24325deefe1cfcce67d53251a3527593bd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a89bbbc6fd61c7f5c1f791eab969b24325deefe1cfcce67d53251a3527593bd" + sha256 cellar: :any_skip_relocation, arm64_linux: "7e4fd211e34340695a52e528d7444c5877b17785a84cd03ba0c766ca32f5b36e" + sha256 cellar: :any, x86_64_linux: "5584469a2e82862f3b7dcec5f5b7f3ce282532c60a6ded55ff48e5617ca950ce" end # `SermoDigital/jose` registers `crypto.Hash(0)`, which Go 1.27 `RegisterHash` panics on