|
1 | 1 | class Vet < Formula |
2 | 2 | desc "Policy driven vetting of open source dependencies" |
3 | 3 | homepage "https://github.com/safedep/vet" |
4 | | - url "https://github.com/safedep/vet/archive/refs/tags/v1.9.0.tar.gz" |
5 | | - sha256 "fd54b08430bdcf59a0ed396778995deae76ec1f5c301e9229c47f9cf6d580c60" |
| 4 | + url "https://github.com/safedep/vet/archive/refs/tags/v1.9.1.tar.gz" |
| 5 | + sha256 "e9787ddf747344dc7db677f9bdc6c2b1025b9de665baf2741d7653488b24cc51" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "249444c7f38b8256abd0adf0fd4e2c3b13cbf76c5411e97f255053b091b6fb5c" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e6f2195f07424f129b460e45bb04e6280d649e81aaf4843c22458e776e94a97" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "ff4206c9216e64c1d981f6a0990a3dc2dda168185c141064c7b7938c3bf39204" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "a78066b782a25c2e53a17e94575ed45a65c2f43cd619b5327019228d81aad4a3" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "97845182c5d9b25c1c51e2059807ac9f3c3ea318afbcd0c5abcaa1dd0c11af56" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "e39010f452931fbba4a6e5073b1bd3a93fc60bcf39234a0da13fdb4453159b82" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "675adecc67dabb1c4b60b3a5e4bea3bd20fc525b2128f09a529f7a9bb5af6b72" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d8ffdecd75e75ea46189d77276190f6c9f01e16e0f6cfe6af8e6b1f98da4ff4" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "79e124435d0a29451acc14feac28a46caba839dd04cfccbb4efccb47b3624cce" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "ab296728fc492fe59a368359caeb1638fc937fe60cbe8baa42e25445226edbc1" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "af3f5d623de151c2e7f72509db8247eed1124e9f9c65148f8768d082879d6b7f" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "bf3ead70378843f7ff6c50f1e3d51a75538c80200d84f625c144a688237297a0" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments