Skip to content

Commit 78517fb

Browse files
authored
Merge pull request #196962 from Homebrew/bump-chainloop-cli-0.102.0
chainloop-cli 0.102.0
2 parents 636fda8 + 70e650a commit 78517fb

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.101.0.tar.gz"
5-
sha256 "45e3957b92328dda8e0834f4176c7a623352cfb5eef3834059d696eea8952ff1"
4+
url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v0.102.0.tar.gz"
5+
sha256 "0fafabaa5a5527d849a3772c94625854882c28b7730751c05a085e98539524dc"
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: "3d2650a6f70c2fdf673fe45f96b2969bd7e7fcaa2346f360c45b414c3af1345e"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d2650a6f70c2fdf673fe45f96b2969bd7e7fcaa2346f360c45b414c3af1345e"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3d2650a6f70c2fdf673fe45f96b2969bd7e7fcaa2346f360c45b414c3af1345e"
13-
sha256 cellar: :any_skip_relocation, sonoma: "ddddfd04c07d21b685fd7b8955fcb6a43ea2ba2ddebc6c51db9b12111e56c8e7"
14-
sha256 cellar: :any_skip_relocation, ventura: "61f7e9bfc1ae15b658943802e60ae7b9a6d409aea4b28b742d5c75cbd5e11194"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ab773fa1591e53362e07a71f6e6274a938abeb451147e31da383f14d34966ee2"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ed00df33222ffbd3a02e901d32ff009c7cbb6836a3980dd2cfbde06b55bee48b"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed00df33222ffbd3a02e901d32ff009c7cbb6836a3980dd2cfbde06b55bee48b"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ed00df33222ffbd3a02e901d32ff009c7cbb6836a3980dd2cfbde06b55bee48b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "274ee8389f880db0385b5f2cc94b2060d225805fba0f2f5111ca327d66c71840"
14+
sha256 cellar: :any_skip_relocation, ventura: "dd5c85d63d0a4fe2ea6e84121f4356c98a1fbc2894f869eefdeb95ce2f6706e5"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9450890b00631bc3a4460d6d45a070eca1441a2ed8afa7cf68065f9e41d26abf"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)