diff --git a/Formula/c/chainloop-cli.rb b/Formula/c/chainloop-cli.rb index 74796a055d3aa..01c4a62700383 100644 --- a/Formula/c/chainloop-cli.rb +++ b/Formula/c/chainloop-cli.rb @@ -1,18 +1,18 @@ 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.138.0.tar.gz" - sha256 "55c027afe5ae90588f4aede873e2e3c9f86763dd40bc18f890054452733f44f7" + url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v0.139.0.tar.gz" + sha256 "4c8b9b38bb1c8e0dc7834465cf1d42e3b2acf8ab03d98eac2dfc2a581cf8a3fa" license "Apache-2.0" head "https://github.com/chainloop-dev/chainloop.git", branch: "main" bottle do - 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" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f1b3299362560cc809880b189052d1a2cad1f2594f976b84f60c2366b333f0f6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1b3299362560cc809880b189052d1a2cad1f2594f976b84f60c2366b333f0f6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f1b3299362560cc809880b189052d1a2cad1f2594f976b84f60c2366b333f0f6" + sha256 cellar: :any_skip_relocation, sonoma: "8c16588c3eef6aac18ca39ee9fdda29378a3df71e03850aa5ae14d8ad560e89a" + sha256 cellar: :any_skip_relocation, ventura: "2e8d5f91bd6e0b50593387d1cd31a4a5ed796d90c2e335e6016af402be7b3ef6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "feddca290973cfa7b965927ff9f1f66f1332e230ee86e7aec5bd360284e310c8" end depends_on "go" => :build