|
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/v0.98.0.tar.gz" |
5 | | - sha256 "72e1ccd03e99e8378a16c80ab6c6e0ac9e061cef5e449dcba62980dea57e5f16" |
| 4 | + url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v0.98.1.tar.gz" |
| 5 | + sha256 "c040e5eb592b7e1561ab45ee5571767805bda8f1cd01388365ac13c71f25a6f0" |
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: "6710faed4580fc469f2c94055ae5e41b9234b22640030152621b2dd0b5061033" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6710faed4580fc469f2c94055ae5e41b9234b22640030152621b2dd0b5061033" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "6710faed4580fc469f2c94055ae5e41b9234b22640030152621b2dd0b5061033" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "e2a2c4a6690f522e6f59aa06e37908380daa5107d17fab25999e032286ec7bac" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "e57b648c8cb524a7933ef895d5ef1fe69b30fcba98f582e9ae6bbbb81e01d9f0" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "be93df6939dcbe755862164479b2189358df3e26d87d9bc06d3134170079211e" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d254043ed8c07be5ac9b09e976c7f5fa99d88cb0d8aec8b06db4f4f34be4f03" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d254043ed8c07be5ac9b09e976c7f5fa99d88cb0d8aec8b06db4f4f34be4f03" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "8d254043ed8c07be5ac9b09e976c7f5fa99d88cb0d8aec8b06db4f4f34be4f03" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "b680919028b332183b8d52a1ed0489ee73cb56f98b33abcee476a5ecf729f8fe" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "eafacf160f6a1792e106d21bb1d7b405313767b71b6ed021250cb26f5b0da02b" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "0ea6ead9f950c137967bd365225852ecc952caf697c0f748b56aa53b74007e8e" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments