Skip to content

Commit 60de9c2

Browse files
authored
Merge pull request #246737 from Homebrew/bump-chainloop-cli-1.45.6
chainloop-cli 1.45.6
2 parents efad0ec + 6c1685e commit 60de9c2

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,8 +1,8 @@
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/v1.45.5.tar.gz"
5-
sha256 "79b28c5e40ca745fbd8098384b9e93afa799d67c6518f7a82875d51418648bd8"
4+
url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.45.6.tar.gz"
5+
sha256 "7bfeb69254727012e93c8885d7680774b2c99b5227235d1f3b69c926f8f56bce"
66
license "Apache-2.0"
77
head "https://github.com/chainloop-dev/chainloop.git", branch: "main"
88

@@ -12,11 +12,11 @@ class ChainloopCli < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "d6793f587a62600d62725df07087a93b4789b10f738238a290b8d080c914e5a0"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "055bc55e0a462c5d9421076310bc5793d186a0526426e25f018850636671f5d8"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1da5b7ed429b22ff64ad9e415e75844bb1f4ab2df6f16696e35b674432c66d0d"
18-
sha256 cellar: :any_skip_relocation, sonoma: "669e3c5156199b12b3d808670dd018930ead3b6a42f3eccf55390400252562da"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "02e0e1a3a74888bef1c184c160762d67d8be9e72231edc5fe97e4afe5c7654b9"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "00b4503a05760ef0cf97dfe0732f3b35fc443f7d0d61f8b52e1b20db8aed32ce"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "137aa612b7daae9e8e6d5242810fc8f512890b7983857198b13fadeb65320e08"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "af9669457936dd9b30e2d46c8a11d4e3968ea062a1e90cf04e8fab3cc4af5d22"
18+
sha256 cellar: :any_skip_relocation, sonoma: "d3446d4b6c598904b81462bbcec97d397ee8be3511b6a0f50cbde8f3f4622bfe"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4bc20295cefc9494defb0879b8faf47c6c61bdd6f115c35119d1bff11acd9372"
2020
end
2121

2222
depends_on "go" => :build
@@ -35,6 +35,6 @@ def install
3535
assert_match version.to_s, shell_output("#{bin}/chainloop version 2>&1")
3636

3737
output = shell_output("#{bin}/chainloop artifact download 2>&1", 1)
38-
assert_match "authentication required, please run \"chainloop auth login\"", output
38+
assert_match "run chainloop auth login", output
3939
end
4040
end

0 commit comments

Comments
 (0)