|
1 | 1 | class ChainloopCli < Formula |
2 | 2 | desc "CLI for interacting with Chainloop" |
3 | 3 | homepage "https://docs.chainloop.dev" |
4 | | - url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.27.0.tar.gz" |
5 | | - sha256 "4f022b7c00e402abc9e575480bb4ef1f8d04e3b84e489f6d9dada45b8ebbf603" |
| 4 | + url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.29.0.tar.gz" |
| 5 | + sha256 "330615709055e8eeaa18c3c0535a63a36fcac8a87e679ffe2ca413120ced7844" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/chainloop-dev/chainloop.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8ebe26fe5b83fb086e53a3976a80e49e5383aa62b7720b88780ca9458496c82b" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "459147554bd1268d52f14f863a394e35b330d6bbba8a8dc306198fbabb8b3879" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "328b6202ff8e631ec9e0314a54ef6ea0c54778ebb9ee7e433ee08fbf0f451cff" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "093772a0c5674f49bc4dd78678d761dd1b9be887ec5de02e3bf2168c44fce5e0" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "f879ce60eb81b5af8116a390f4e8319004d76d3b6ddb3fcd4b8c129aab99fc36" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "74c6ba64530ab0323548591f182dc15ebcdf3c54ca6add2e7a53cca27af0bd43" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c72671677c11fd8363a559dfe4fdc9f54d09ca2ee313298cba62ccc61c8a894c" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5bd3b77761f1815ef9d563336a03f3221d3d673a9d4f923ede621de3af12f3c3" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "138b6cb9493d07677ae1dd1f917b076ad25a71bbbe9c0fb1271bf2f9189476c1" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "0c3efd0fe513bde48fa40266453fa84b1fddad17fcc20021c0eaf7a59225081d" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "82dde89cec8eb0d97f10d5edc7c08199db528f31bdd1ac165f094c19eeb2a100" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "8a09e3838add892369fecbc818ee8f98e5a2c1be526dd1334c3c44b4846a4db2" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments