Skip to content

Commit a4e6304

Browse files
authored
Merge pull request #196720 from Homebrew/bump-chainloop-cli-0.98.1
chainloop-cli 0.98.1
2 parents 916b924 + d9736a5 commit a4e6304

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/chainloop-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class ChainloopCli < Formula
22
desc "CLI for interacting with Chainloop"
33
homepage "https://docs.chainloop.dev"
4-
url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v0.98.0.tar.gz"
5-
sha256 "72e1ccd03e99e8378a16c80ab6c6e0ac9e061cef5e449dcba62980dea57e5f16"
4+
url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v0.98.1.tar.gz"
5+
sha256 "c040e5eb592b7e1561ab45ee5571767805bda8f1cd01388365ac13c71f25a6f0"
66
license "Apache-2.0"
77
head "https://github.com/chainloop-dev/chainloop.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6710faed4580fc469f2c94055ae5e41b9234b22640030152621b2dd0b5061033"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6710faed4580fc469f2c94055ae5e41b9234b22640030152621b2dd0b5061033"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "6710faed4580fc469f2c94055ae5e41b9234b22640030152621b2dd0b5061033"
13-
sha256 cellar: :any_skip_relocation, sonoma: "e2a2c4a6690f522e6f59aa06e37908380daa5107d17fab25999e032286ec7bac"
14-
sha256 cellar: :any_skip_relocation, ventura: "e57b648c8cb524a7933ef895d5ef1fe69b30fcba98f582e9ae6bbbb81e01d9f0"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "be93df6939dcbe755862164479b2189358df3e26d87d9bc06d3134170079211e"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d254043ed8c07be5ac9b09e976c7f5fa99d88cb0d8aec8b06db4f4f34be4f03"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d254043ed8c07be5ac9b09e976c7f5fa99d88cb0d8aec8b06db4f4f34be4f03"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8d254043ed8c07be5ac9b09e976c7f5fa99d88cb0d8aec8b06db4f4f34be4f03"
13+
sha256 cellar: :any_skip_relocation, sonoma: "b680919028b332183b8d52a1ed0489ee73cb56f98b33abcee476a5ecf729f8fe"
14+
sha256 cellar: :any_skip_relocation, ventura: "eafacf160f6a1792e106d21bb1d7b405313767b71b6ed021250cb26f5b0da02b"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0ea6ead9f950c137967bd365225852ecc952caf697c0f748b56aa53b74007e8e"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)