Skip to content

Commit

Permalink
Merge pull request #196962 from Homebrew/bump-chainloop-cli-0.102.0
Browse files Browse the repository at this point in the history
chainloop-cli 0.102.0
  • Loading branch information
BrewTestBot authored Nov 7, 2024
2 parents 636fda8 + 70e650a commit 78517fb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/c/chainloop-cli.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.101.0.tar.gz"
sha256 "45e3957b92328dda8e0834f4176c7a623352cfb5eef3834059d696eea8952ff1"
url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v0.102.0.tar.gz"
sha256 "0fafabaa5a5527d849a3772c94625854882c28b7730751c05a085e98539524dc"
license "Apache-2.0"
head "https://github.com/chainloop-dev/chainloop.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d2650a6f70c2fdf673fe45f96b2969bd7e7fcaa2346f360c45b414c3af1345e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d2650a6f70c2fdf673fe45f96b2969bd7e7fcaa2346f360c45b414c3af1345e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3d2650a6f70c2fdf673fe45f96b2969bd7e7fcaa2346f360c45b414c3af1345e"
sha256 cellar: :any_skip_relocation, sonoma: "ddddfd04c07d21b685fd7b8955fcb6a43ea2ba2ddebc6c51db9b12111e56c8e7"
sha256 cellar: :any_skip_relocation, ventura: "61f7e9bfc1ae15b658943802e60ae7b9a6d409aea4b28b742d5c75cbd5e11194"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ab773fa1591e53362e07a71f6e6274a938abeb451147e31da383f14d34966ee2"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ed00df33222ffbd3a02e901d32ff009c7cbb6836a3980dd2cfbde06b55bee48b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed00df33222ffbd3a02e901d32ff009c7cbb6836a3980dd2cfbde06b55bee48b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ed00df33222ffbd3a02e901d32ff009c7cbb6836a3980dd2cfbde06b55bee48b"
sha256 cellar: :any_skip_relocation, sonoma: "274ee8389f880db0385b5f2cc94b2060d225805fba0f2f5111ca327d66c71840"
sha256 cellar: :any_skip_relocation, ventura: "dd5c85d63d0a4fe2ea6e84121f4356c98a1fbc2894f869eefdeb95ce2f6706e5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9450890b00631bc3a4460d6d45a070eca1441a2ed8afa7cf68065f9e41d26abf"
end

depends_on "go" => :build
Expand Down

0 comments on commit 78517fb

Please sign in to comment.