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 Vet < Formula
22 desc "Policy driven vetting of open source dependencies"
33 homepage "https://github.com/safedep/vet"
4- url "https://github.com/safedep/vet/archive/refs/tags/v1.9.8 .tar.gz"
5- sha256 "f29cce46bf3c7a718b114a6d849e2d8ff5a42e08c29a8e09d583f9fd9812fc7d "
4+ url "https://github.com/safedep/vet/archive/refs/tags/v1.9.9 .tar.gz"
5+ sha256 "8f639957b6964a8afa104f4dcd151c08143fafe1832435fbfab15a6abdd701a4 "
66 license "Apache-2.0"
77
88 bottle do
@@ -24,7 +24,7 @@ def install
2424 end
2525
2626 test do
27- assert_match version . to_s , shell_output ( "#{ bin } /vet version 2>&1" , 1 )
27+ assert_match version . to_s , shell_output ( "#{ bin } /vet version 2>&1" )
2828
2929 output = shell_output ( "#{ bin } /vet scan parsers 2>&1" )
3030 assert_match "Available Lockfile Parsers" , output
You can’t perform that action at this time.
0 commit comments