File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class 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
@@ -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
3636end
You can’t perform that action at this time.
0 commit comments