Skip to content

Commit d9a2514

Browse files
BrewTestBotchenrui333
authored andcommitted
vet 1.9.9
vet: update test Signed-off-by: Rui Chen <[email protected]>
1 parent 9026873 commit d9a2514

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/v/vet.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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

0 commit comments

Comments
 (0)