|
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.17.0.tar.gz" |
5 | | - sha256 "f822e96b54e39a89abc5a73def05ce4b9e923dd8ca372569bd38e9de8e6573b0" |
| 4 | + url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v1.18.0.tar.gz" |
| 5 | + sha256 "dce6c9d3c40be97561feb48d339d9f49011300f75e0eb7cb412ed7b8ce5f5419" |
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: "0b436623babd01466640812dd64c71cbcafa5949c589c2faa1a116d190a4967b" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bc4cd88020dd87b4e2c2cb219234166cc62944433cb63d95532ae62639eded7e" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "103b359db8364dd116d4ef97ab4b1718fbe02c881f6c836a36c3c48473c3682d" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "53aca6d105933018a893e5f3877655bf590e93915f5106254c5f997aa6a636ee" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "6063d335aca5960aeca6144ba80392b939bd0050de4ea3ac804a69402fbecf9c" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "7b2a313d659f5f8d7d866bd0a38143ea19df405aa214c952a0c02ce88913b6bb" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a7a3ca265499bb6ef41c1a49fc440ac2ff1c36e88a852372f6d3b214a670444f" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "de49437332d4b140dfbe19979061543b3bbb543c42cf48714c49a985b87d5841" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "c59a1cf5dea184b22483624addf1e4da9d8b56e213809eb6157fe2a3db9ec6fe" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "a2f2347d81d51aeb71f41ba2368942c03dd978917e466b9a2bcbfa2416d8eca9" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "4d0e82e63198326aa8b43593edd469f9570c050d9b0bb336b0f2b4374de8d9c5" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "e1646d3575ed9f137e13741a6e4499496f1389ff1b15d378e4f16defd8d5b5c2" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments