From cc80533da38af54de2e37a380519da993abef809 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:50:49 +0000 Subject: [PATCH 1/2] bosh-cli 7.8.4 bosh-cli: update test Signed-off-by: Rui Chen --- Formula/b/bosh-cli.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Formula/b/bosh-cli.rb b/Formula/b/bosh-cli.rb index 6acd9328b9782..f148d54393f21 100644 --- a/Formula/b/bosh-cli.rb +++ b/Formula/b/bosh-cli.rb @@ -1,8 +1,8 @@ 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.3.tar.gz" - sha256 "2c7034048e8f056c9304036dcbdf658fcb81d80bbf32eeebf69a15a1ef6666bb" + url "https://github.com/cloudfoundry/bosh-cli/archive/refs/tags/v7.8.4.tar.gz" + sha256 "ca19b0409d701629e439c461d4e8d9a8b7c2c89653ac2cfd7fad204f3b500a9d" license "Apache-2.0" head "https://github.com/cloudfoundry/bosh-cli.git", branch: "main" @@ -25,8 +25,7 @@ def install test do system bin/"bosh-cli", "generate-job", "brew-test" - assert_equal 0, $CHILD_STATUS.exitstatus - assert_predicate testpath/"jobs/brew-test", :exist? + assert_path_exists testpath/"jobs/brew-test" assert_match version.to_s, shell_output("#{bin}/bosh-cli --version") end From bafbe7cff0511417f5f0630c55a32ee196087548 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:33:27 +0000 Subject: [PATCH 2/2] bosh-cli: update 7.8.4 bottle. --- Formula/b/bosh-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/b/bosh-cli.rb b/Formula/b/bosh-cli.rb index f148d54393f21..55104494d3e09 100644 --- a/Formula/b/bosh-cli.rb +++ b/Formula/b/bosh-cli.rb @@ -7,12 +7,12 @@ class BoshCli < Formula head "https://github.com/cloudfoundry/bosh-cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "96f0e2aa024b069aebe8f23c0c63de0f04471384bd06d83e9a036ea2bb68aa86" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "96f0e2aa024b069aebe8f23c0c63de0f04471384bd06d83e9a036ea2bb68aa86" - sha256 cellar: :any_skip_relocation, arm64_ventura: "96f0e2aa024b069aebe8f23c0c63de0f04471384bd06d83e9a036ea2bb68aa86" - sha256 cellar: :any_skip_relocation, sonoma: "b4d2a8b62719a7bbdbd3185f40e27bf1dbe31e61f6769f3a443a31a90b54bc46" - sha256 cellar: :any_skip_relocation, ventura: "b4d2a8b62719a7bbdbd3185f40e27bf1dbe31e61f6769f3a443a31a90b54bc46" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6befa8c136cc3b33eb8d35265ea3beb3e2444c2d03fb33c227539b513b8042b9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "466a6ebaa11609f9754c119c2fa485627b5482d759130bca78757ecbdf370ad8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "466a6ebaa11609f9754c119c2fa485627b5482d759130bca78757ecbdf370ad8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "466a6ebaa11609f9754c119c2fa485627b5482d759130bca78757ecbdf370ad8" + sha256 cellar: :any_skip_relocation, sonoma: "45d6a56ab365643a943c7964095efb2e303042a066610ceefdde4b5dddbdce18" + sha256 cellar: :any_skip_relocation, ventura: "45d6a56ab365643a943c7964095efb2e303042a066610ceefdde4b5dddbdce18" + sha256 cellar: :any_skip_relocation, x86_64_linux: "78db035fc5134a19b287d76d3f5fa54c68e7900bac79254393c4a7c5391bd0f6" end depends_on "go" => :build