|
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.188.0.tar.gz" |
5 | | - sha256 "5070851dc4bdfa57a7814ee56a301b09a91546d3d8bf5b5bdfa8335551bf5f26" |
| 4 | + url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v0.189.0.tar.gz" |
| 5 | + sha256 "fbe64ad717eff666b5fcf494a314f540263a2c9b7a630d1f9c01e639fa03af6f" |
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: "589caf69af9faaf7246837bfeed48d846ee8c8204ff48d26de667d760dfbd564" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "589caf69af9faaf7246837bfeed48d846ee8c8204ff48d26de667d760dfbd564" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "589caf69af9faaf7246837bfeed48d846ee8c8204ff48d26de667d760dfbd564" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "6b41da9855bb38e0f8ac823c6a641ffddfcfc12f80bee91b234bcf9beb3ca81f" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "2fb9d193e611508f17c5bf87218f088c082b1e7ff7f102df21b1b4b04a102e17" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "da95026bef80e8dcb9bcb71031e80f660b83059264938fc1380cda8d98a42e26" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f29d85a9af12b0c7760f61721978a6ad424fb12c19a560be8150c4eb827d3ab8" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f29d85a9af12b0c7760f61721978a6ad424fb12c19a560be8150c4eb827d3ab8" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "f29d85a9af12b0c7760f61721978a6ad424fb12c19a560be8150c4eb827d3ab8" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "da81744326a603ebcc1b8f77ae44d1ad780eb58d3318f6cd2cfc7cf01f726e54" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "34913480ea5841346ec0f2cfc7d41ff1bc0bbbdd3b09d8cdb41e58c3cdebe860" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "3ed4cd4d95e98b52f9084d1705d8f224ee2eef261ce22ac6c66c4c89219c4fbf" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments