Skip to content

Commit

Permalink
Merge pull request #195364 from Homebrew/bump-minder-0.0.70
Browse files Browse the repository at this point in the history
minder 0.0.70
  • Loading branch information
BrewTestBot authored Oct 23, 2024
2 parents 7802ecf + 876302e commit a31c407
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/m/minder.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Minder < Formula
desc "CLI for interacting with Stacklok's Minder platform"
homepage "https://mindersec.github.io/"
url "https://github.com/mindersec/minder/archive/refs/tags/v0.0.69.tar.gz"
sha256 "fe0dfe45a5346e39a38e0ef0a1dc369cb2cf6226d07c5d601f6d970857c687a9"
url "https://github.com/mindersec/minder/archive/refs/tags/v0.0.70.tar.gz"
sha256 "91c5f798eab6078cda5ebb980304cfb2b33f5b493f0119110709f80939593ee5"
license "Apache-2.0"
head "https://github.com/mindersec/minder.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2ef99aeaa9c5bf7ef204492de342d2f3dac41e8b6537f90065ace1b5ad62d1cd"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ef99aeaa9c5bf7ef204492de342d2f3dac41e8b6537f90065ace1b5ad62d1cd"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2ef99aeaa9c5bf7ef204492de342d2f3dac41e8b6537f90065ace1b5ad62d1cd"
sha256 cellar: :any_skip_relocation, sonoma: "15cb44b59e19ecb64f07c887e3994c1890bc8eff772d601b450b56463c8a39f2"
sha256 cellar: :any_skip_relocation, ventura: "b8ef745cfa46b5e8852cfc8e275b779694b03451b3d96af70257246aed4d1f31"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2072cdc0e78a91239ffa4291b542f079bdcded17ed190a04129b4a1045856c10"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a32c8e11422435fff5f6b657de96033c32a457795cf6837232003aef545346c4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a32c8e11422435fff5f6b657de96033c32a457795cf6837232003aef545346c4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a32c8e11422435fff5f6b657de96033c32a457795cf6837232003aef545346c4"
sha256 cellar: :any_skip_relocation, sonoma: "74861a6658c99a5bfbd5357a7a5bc36f04922e0c7556f178fc525239c5a51555"
sha256 cellar: :any_skip_relocation, ventura: "6f6054014b1943a735f46320d3024ff40c5b77f7f0a8b2c5f814c153c6ccee85"
sha256 cellar: :any_skip_relocation, x86_64_linux: "89e29cbf9e0d4620f05c573eeddc95114720da66e04e170a7029672d300d76ee"
end

depends_on "go" => :build
Expand Down

0 comments on commit a31c407

Please sign in to comment.