diff --git a/Formula/m/minder.rb b/Formula/m/minder.rb index 59ee65ec3245a..6f2aeca56ce33 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.72.tar.gz" - sha256 "b67a14c26c7577db9c00a04a1cb6a9311b63f8a5d4d88b40fff3149a437dcdad" + url "https://github.com/mindersec/minder/archive/refs/tags/v0.0.73.tar.gz" + sha256 "a6a920bab04498ba1dcd3e38a2c0eb749cf294c3286a06378051fb519aa403b3" license "Apache-2.0" head "https://github.com/mindersec/minder.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9d9fbb7ad336663c1863d92f2648c2187d76619487903eb8fdff50376c7fc288" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d9fbb7ad336663c1863d92f2648c2187d76619487903eb8fdff50376c7fc288" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9d9fbb7ad336663c1863d92f2648c2187d76619487903eb8fdff50376c7fc288" - sha256 cellar: :any_skip_relocation, sonoma: "847ccc07f3becfaed25faf6caa20ab8d43a848fbe026b8996f3a89d8d8c2ccbc" - sha256 cellar: :any_skip_relocation, ventura: "eee7c69d0f0bf187f1bbd6b533848ce8be38037f8696586fe66b4e747c0a0683" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2dffd3fdfc1e024b0cc3aa79771ce42677afbf54d8889d46547b962bb25b1b74" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e226e2b04d3862b4843c0390bde19f60df727a9af8c2e8221b732df8bc26f2c8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e226e2b04d3862b4843c0390bde19f60df727a9af8c2e8221b732df8bc26f2c8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e226e2b04d3862b4843c0390bde19f60df727a9af8c2e8221b732df8bc26f2c8" + sha256 cellar: :any_skip_relocation, sonoma: "124734aaff5e04622128e9fb78c76ae60856ef2d6feac0ca0867dc25580404c3" + sha256 cellar: :any_skip_relocation, ventura: "c4a8d74691f2b08de85279986993ee06123b52e2205ee45a1278efda75c3279c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a320ab04c9b39e5eded16fa4489ea314644514530ebc43ac5aa1decd6517f7c5" end depends_on "go" => :build @@ -30,7 +30,7 @@ def install test do assert_match version.to_s, shell_output("#{bin}/minder version") - output = shell_output("#{bin}/minder artifact list -p github 2>&1", 3) + output = shell_output("#{bin}/minder artifact list -p github 2>&1", 16) assert_match "No config file present, using default values", output end end