diff --git a/Formula/m/minder.rb b/Formula/m/minder.rb index f095975c1efe4..f3962c7164432 100644 --- a/Formula/m/minder.rb +++ b/Formula/m/minder.rb @@ -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