Skip to content

Commit 21a2a34

Browse files
authored
Merge pull request Homebrew#195938 from Homebrew/bump-chainloop-cli-0.97.6
chainloop-cli 0.97.6
2 parents 523e712 + d4696ab commit 21a2a34

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.97.5.tar.gz"
5-
sha256 "a4a1dc11f1bb739957c84c9e772cce904a0d2f52b1cc8b2c69bc6ad741fae4ab"
4+
url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v0.97.6.tar.gz"
5+
sha256 "fab9062352ef235fa72b3f0f653425eb73146e48e0e378ff468e5207fbd52d66"
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: "70d3b74ad1c5263f682ccd2529d8dca24acabe8cb98ac88f4db91626183851f0"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "70d3b74ad1c5263f682ccd2529d8dca24acabe8cb98ac88f4db91626183851f0"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "70d3b74ad1c5263f682ccd2529d8dca24acabe8cb98ac88f4db91626183851f0"
13-
sha256 cellar: :any_skip_relocation, sonoma: "a5e372944841732aa944d8c03354c8745814f5df0993e127618c9c28757f615a"
14-
sha256 cellar: :any_skip_relocation, ventura: "586db8e78906a84b49b51f92ecd87fa84d7ed9c96bef1c4686cd0ad3cf1afd62"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7e4f12586e21a6382ddab43daf2f65a11a5a14e023364f657ca7199a0f7e3697"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1fcb1285037cadd752173d814f122c45d46de4c8130563373e4fbab04ccb1011"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1fcb1285037cadd752173d814f122c45d46de4c8130563373e4fbab04ccb1011"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1fcb1285037cadd752173d814f122c45d46de4c8130563373e4fbab04ccb1011"
13+
sha256 cellar: :any_skip_relocation, sonoma: "9e37149a0d38ce67a40a4dd17a9b6a124ba9eb2d5af25d97063dfda441ebd031"
14+
sha256 cellar: :any_skip_relocation, ventura: "f3335af4b30c98fa76729120e789ca3d95545286d077671ac43cb2e5702541dc"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9ef62232a21773bc2fe5c4c5c0aff4f3f3199bcdf721a404e09d123cb42823b9"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)