From 9b76609fd9a99eebdc56f7519d139771dc7fec8f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:04:04 +0000 Subject: [PATCH 1/2] chainloop-cli 0.138.0 --- Formula/c/chainloop-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/chainloop-cli.rb b/Formula/c/chainloop-cli.rb index f848c3c0d343..e27170198442 100644 --- a/Formula/c/chainloop-cli.rb +++ b/Formula/c/chainloop-cli.rb @@ -1,8 +1,8 @@ class ChainloopCli < Formula desc "CLI for interacting with Chainloop" homepage "https://docs.chainloop.dev" - url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v0.137.0.tar.gz" - sha256 "a4bf58c521c5eb5a93e27369a09672bb7b493c52f199193557d585ac2861cca6" + url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v0.138.0.tar.gz" + sha256 "55c027afe5ae90588f4aede873e2e3c9f86763dd40bc18f890054452733f44f7" license "Apache-2.0" head "https://github.com/chainloop-dev/chainloop.git", branch: "main" From bf7321d615781f8e6e53f6dbbd2b85d426ddc63f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:24:10 +0000 Subject: [PATCH 2/2] chainloop-cli: update 0.138.0 bottle. --- Formula/c/chainloop-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/chainloop-cli.rb b/Formula/c/chainloop-cli.rb index e27170198442..74796a055d3a 100644 --- a/Formula/c/chainloop-cli.rb +++ b/Formula/c/chainloop-cli.rb @@ -7,12 +7,12 @@ class ChainloopCli < Formula head "https://github.com/chainloop-dev/chainloop.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9b62fd5a6ad4b35a1b4528a91ed25ca753b2a64a73e392dbe4e4bf4b5be4ce7d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b62fd5a6ad4b35a1b4528a91ed25ca753b2a64a73e392dbe4e4bf4b5be4ce7d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9b62fd5a6ad4b35a1b4528a91ed25ca753b2a64a73e392dbe4e4bf4b5be4ce7d" - sha256 cellar: :any_skip_relocation, sonoma: "a37ddce8e79baf16a3d40e91c31609f7f7fc459fcf3f91d08d704a4b15bec4af" - sha256 cellar: :any_skip_relocation, ventura: "3d143454b9c9d6d8e8ee26ad2df763981f361c7da3a3b80dbac23fe7d86df149" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ff66e3bca08b3a5bae357f75a11f282211f4cb37da31c5ae458a794561bb6ec8" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9dbe40164b374be5a1ad182dfea23dcbd79cf732f47ef1ddc22855e292d965b6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9dbe40164b374be5a1ad182dfea23dcbd79cf732f47ef1ddc22855e292d965b6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9dbe40164b374be5a1ad182dfea23dcbd79cf732f47ef1ddc22855e292d965b6" + sha256 cellar: :any_skip_relocation, sonoma: "0325bd2021c60375fee7d9825d26e620f171498f6679a37f681f146b4c5dfc77" + sha256 cellar: :any_skip_relocation, ventura: "bcaa0b469e6482846456cca42186b9265c89ae1f63b80774d140df592534cfd6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "617356e77f6d8075cbb2769d5ac0ee68277b9599cdea089afc165a68593026bf" end depends_on "go" => :build