|
1 | 1 | class SnykCli < Formula |
2 | 2 | desc "Scans and monitors projects for security vulnerabilities" |
3 | 3 | homepage "https://snyk.io" |
4 | | - url "https://registry.npmjs.org/snyk/-/snyk-1.1294.2.tgz" |
5 | | - sha256 "dbc9674a8725afcd3d97b1f2488572855f5d84f614ac8c8d9f7035a7d5a309cc" |
| 4 | + url "https://registry.npmjs.org/snyk/-/snyk-1.1294.3.tgz" |
| 5 | + sha256 "01a677c1f212ce3914b74eae5041c423a5f1e09a03e4bd1312176ac02934362a" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "733664b4eaa4874bcc361efe0b35b46c072a83bca4cccf1df7a2eaf57deb3b36" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "733664b4eaa4874bcc361efe0b35b46c072a83bca4cccf1df7a2eaf57deb3b36" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "733664b4eaa4874bcc361efe0b35b46c072a83bca4cccf1df7a2eaf57deb3b36" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "cf9a6b7ea70863662f5dea0fb14d894f5e7bcd398f242647cac662494670fe81" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "cf9a6b7ea70863662f5dea0fb14d894f5e7bcd398f242647cac662494670fe81" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "67c5ea7698f9046215a14fc56b63f1185d42dd45c99729d34171fe9813d89096" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0ec638ce3755a23615b9f55a20e4adbdc155f6f8008ea8e54a8396592c01ac40" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ec638ce3755a23615b9f55a20e4adbdc155f6f8008ea8e54a8396592c01ac40" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "0ec638ce3755a23615b9f55a20e4adbdc155f6f8008ea8e54a8396592c01ac40" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "c79fc4e7f6e9deff49aca7b15380794d3f5e309c458741635edb1cdc493b2966" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "c79fc4e7f6e9deff49aca7b15380794d3f5e309c458741635edb1cdc493b2966" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "85ae867cdab8709d32d6db886c646d9af3b3478e9fcd40ee1bddbaec5988395a" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "node" |
|
0 commit comments