Skip to content

Commit a680ba9

Browse files
authored
Merge pull request Homebrew#205397 from Homebrew/bump-chainloop-cli-0.154.0
chainloop-cli 0.154.0
2 parents 093259e + 345b680 commit a680ba9

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.153.0.tar.gz"
5-
sha256 "ec4ea5dc12a199a1738e06388648e287469da088df64889095f95033b5e2c12a"
4+
url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v0.154.0.tar.gz"
5+
sha256 "9a86eaa9c27fba419a45db3a51706eb9214b67afb2b277f212623e234a868238"
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: "64fc857ea92d83e07347958eef25f1df45a33a71eeaaff33da9c2985f5574050"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "64fc857ea92d83e07347958eef25f1df45a33a71eeaaff33da9c2985f5574050"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "64fc857ea92d83e07347958eef25f1df45a33a71eeaaff33da9c2985f5574050"
13-
sha256 cellar: :any_skip_relocation, sonoma: "e0b56756280d3c6e191aa426b98bb18212630596beac6ee98da72fdd52acdeac"
14-
sha256 cellar: :any_skip_relocation, ventura: "9bafdf11ef51072f80aa56668d57bd2c9f1fc1f41e9b49bec70bdda9beb29f55"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ae7b3a6cbbce8ab0e32828b25834b8faf3b7b636654366ab79d5cb8a5586199c"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e3b1e48ffbcce9b3d2dc97b958f6b34e6c38a9776c955f54329c5bdbcaf679bf"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e3b1e48ffbcce9b3d2dc97b958f6b34e6c38a9776c955f54329c5bdbcaf679bf"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e3b1e48ffbcce9b3d2dc97b958f6b34e6c38a9776c955f54329c5bdbcaf679bf"
13+
sha256 cellar: :any_skip_relocation, sonoma: "f37db8e96b654cd296abd78e8889f52f076c4df4286582c22437390d03738378"
14+
sha256 cellar: :any_skip_relocation, ventura: "55c12455ffab1972e1cb49c7f5076dc0eb1e394c26289d5bb01f0958a5e83d3d"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ffd60310a7680b07c1c19e2fee4bea1c1e879981a65b138970c279dcadf14831"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)