Skip to content

Commit

Permalink
Merge pull request #191071 from Homebrew/bump-chainloop-cli-0.96.9
Browse files Browse the repository at this point in the history
chainloop-cli 0.96.9
  • Loading branch information
BrewTestBot committed Sep 18, 2024
2 parents 871ace7 + 86d65cd commit 61d842b
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/c/chainloop-cli.rb
Original file line number Diff line number Diff line change
@@ -1,20 +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.96.8.tar.gz"
sha256 "f567e9084df528376979218a712f46dd5b3860d152840e46039102671c2bd3e7"
url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v0.96.9.tar.gz"
sha256 "72ba8f113db5fca91b7d2b1d0916c5f8c65735c52b077f90c1165767cdb17e53"
license "Apache-2.0"
head "https://github.com/chainloop-dev/chainloop.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c74bfdcfd39dd52ff8ddf8e85b220fdb4f217263b4eceb258dcdc61f00cce89"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c74bfdcfd39dd52ff8ddf8e85b220fdb4f217263b4eceb258dcdc61f00cce89"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4c74bfdcfd39dd52ff8ddf8e85b220fdb4f217263b4eceb258dcdc61f00cce89"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4c74bfdcfd39dd52ff8ddf8e85b220fdb4f217263b4eceb258dcdc61f00cce89"
sha256 cellar: :any_skip_relocation, sonoma: "437a95c0e5b3d86d6d9198ae1eeb18e9ae15226d3fece652dd5e24a954c84c90"
sha256 cellar: :any_skip_relocation, ventura: "70e5e06cbdef911aaa7db413a4f1ac00e944bc462449af1e59f674910c2f6338"
sha256 cellar: :any_skip_relocation, monterey: "595f886b8b8764a4365ab0a90797e2901d0e962521810257c089be84c44bcfbc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "80e33f577d84ce06f9fd34d4ccd4d31c5f60f1590173ae96a5321345ae059114"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3ea04640678f16e4c98a363c84894452753f0944b10f260db681b187acee796d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3ea04640678f16e4c98a363c84894452753f0944b10f260db681b187acee796d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3ea04640678f16e4c98a363c84894452753f0944b10f260db681b187acee796d"
sha256 cellar: :any_skip_relocation, sonoma: "8bf064ab3a8d4285361054562598f9c2fe9598f3c2418583db9f97a5bdf7c9dc"
sha256 cellar: :any_skip_relocation, ventura: "956c3862b9ad594279d220d7be1207e9fc091c799c6726bc92d731c0a229c32a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d739f24721cc3677b595be7b4de3b1b96463c0db1240536ce293cc487a9a303d"
end

depends_on "go" => :build
Expand Down

0 comments on commit 61d842b

Please sign in to comment.