Skip to content

Commit

Permalink
Merge pull request #173856 from Homebrew/bump-chainloop-cli-0.91.0
Browse files Browse the repository at this point in the history
chainloop-cli 0.91.0
  • Loading branch information
BrewTestBot authored Jun 6, 2024
2 parents fcb737f + f89b1e0 commit ac4513f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/chainloop-cli.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class ChainloopCli < Formula
desc "CLI for interacting with Chainloop"
homepage "https://docs.chainloop.dev"
url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v0.90.1.tar.gz"
sha256 "8444200ee47a66253e208ad8b91170b8546a7b93eeaf4b1605c7a1c34ac73fbd"
url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v0.91.0.tar.gz"
sha256 "70b24fdfd12c9b49927eee8e7d1cdd47c2404b1627f61d53101111b4f509ecbb"
license "Apache-2.0"
head "https://github.com/chainloop-dev/chainloop.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2749dbefb1961ee199a010ddaaf640160c6cdd41de5f711c3170c23d6727fcde"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ccf18482e118884bcced11a4068abb6948fe3a6e828fe1b65a46c1be289eb6b1"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4163b819cb430b491ebd758e7ccacfe8050f6a22f6bf792bb965f8f587ab2fb5"
sha256 cellar: :any_skip_relocation, sonoma: "fc6dd6eed1d1746c39181dc3957db4e91acd8c89ced132bea46f4e545dc0129a"
sha256 cellar: :any_skip_relocation, ventura: "fa86dbb6e78f34d6d79602d459aa04a1579da889a8fe9e1b3f68b16126a89de5"
sha256 cellar: :any_skip_relocation, monterey: "e76758ee4c2854eebc84ee3d1bf6200f2d03d3b667bf3f532a3715aa3297f01f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1b8ccf562dec055008f519eee46d3bf85c06bd1e238a804249bac3e0ef6c63a7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c1481e6f70911bcb10b6bbdbf89667736d9ce821680c52ad80a1116bf307f71"
sha256 cellar: :any_skip_relocation, arm64_ventura: "cb984a01a0ad71f79d6482981252283cd3b61c612c2f357964c05040601c6712"
sha256 cellar: :any_skip_relocation, arm64_monterey: "370c3da4aae1feb4f4ffb2e9e96e488ec93fb83bd12e7fad89c09ed76430532e"
sha256 cellar: :any_skip_relocation, sonoma: "d23a71d5389c1ea1dd4061371e99998971aefc2071ba9c4d62992b2225131a36"
sha256 cellar: :any_skip_relocation, ventura: "85e3f2e3d9c542a66fabc307f7d0719994319c50be0801c30ba8479af5165e28"
sha256 cellar: :any_skip_relocation, monterey: "577fb32f05a02a68c533701ae3e0eb4ca68505c859c9fd616023b4184803087b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "47734ebc4721116833c5b543eeba7c860361d1d8743e2b9393fd7dfe785df335"
end

depends_on "go" => :build
Expand Down

0 comments on commit ac4513f

Please sign in to comment.