Skip to content

Commit fb608f8

Browse files
authored
Merge pull request #196728 from Homebrew/bump-minder-0.0.72
minder 0.0.72
2 parents 5685885 + f84dc5f commit fb608f8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/m/minder.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Minder < Formula
22
desc "CLI for interacting with Stacklok's Minder platform"
33
homepage "https://mindersec.github.io/"
4-
url "https://github.com/mindersec/minder/archive/refs/tags/v0.0.71.tar.gz"
5-
sha256 "48c08926bae456f9f2997df4abf985d48cec63f4c9ae5f3c80ef5b3e3444ee14"
4+
url "https://github.com/mindersec/minder/archive/refs/tags/v0.0.72.tar.gz"
5+
sha256 "b67a14c26c7577db9c00a04a1cb6a9311b63f8a5d4d88b40fff3149a437dcdad"
66
license "Apache-2.0"
77
head "https://github.com/mindersec/minder.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "02c69bb29ab2c8f4a906ab8b29eeb50f2b8cf120dfc289f459b6289112e6e0f0"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "02c69bb29ab2c8f4a906ab8b29eeb50f2b8cf120dfc289f459b6289112e6e0f0"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "02c69bb29ab2c8f4a906ab8b29eeb50f2b8cf120dfc289f459b6289112e6e0f0"
13-
sha256 cellar: :any_skip_relocation, sonoma: "6ae480f9b10fb6c11fda5ab6520215eebf2294004f33057cc12128d6c0802cb1"
14-
sha256 cellar: :any_skip_relocation, ventura: "89c5cbce0544b03f5310f4abb3134cf03ecd4ab0e096e1b7d9d941d4351c5fa9"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d8d9ab2adab3082a419cb804eb66b2e606bfe9023dbd2ff3115c2e7f782b53e2"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9d9fbb7ad336663c1863d92f2648c2187d76619487903eb8fdff50376c7fc288"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d9fbb7ad336663c1863d92f2648c2187d76619487903eb8fdff50376c7fc288"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9d9fbb7ad336663c1863d92f2648c2187d76619487903eb8fdff50376c7fc288"
13+
sha256 cellar: :any_skip_relocation, sonoma: "847ccc07f3becfaed25faf6caa20ab8d43a848fbe026b8996f3a89d8d8c2ccbc"
14+
sha256 cellar: :any_skip_relocation, ventura: "eee7c69d0f0bf187f1bbd6b533848ce8be38037f8696586fe66b4e747c0a0683"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2dffd3fdfc1e024b0cc3aa79771ce42677afbf54d8889d46547b962bb25b1b74"
1616
end
1717

1818
depends_on "go" => :build
@@ -30,7 +30,7 @@ def install
3030
test do
3131
assert_match version.to_s, shell_output("#{bin}/minder version")
3232

33-
output = shell_output("#{bin}/minder artifact list -p github 2>&1", 16)
33+
output = shell_output("#{bin}/minder artifact list -p github 2>&1", 3)
3434
assert_match "No config file present, using default values", output
3535
end
3636
end

0 commit comments

Comments
 (0)