|
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.1295.0.tgz" |
5 |
| - sha256 "24c8759cecbf6f294b2feff2adcb6c9ecb4cd6790e4daaa147ff572f7d0959bd" |
| 4 | + url "https://registry.npmjs.org/snyk/-/snyk-1.1295.1.tgz" |
| 5 | + sha256 "93c59814e837a56bde96c2f66f2765891180a2947606fbd783ff32fd5aa46366" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c90dd4245d38fa6f4b37ba1acb70de9b39a32bbdc55e53c55f0210940d8c96d8" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c90dd4245d38fa6f4b37ba1acb70de9b39a32bbdc55e53c55f0210940d8c96d8" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "c90dd4245d38fa6f4b37ba1acb70de9b39a32bbdc55e53c55f0210940d8c96d8" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "00a4990af78e15da31a8152f85780472b7414e0c331608ddb7d9244deaff4725" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "00a4990af78e15da31a8152f85780472b7414e0c331608ddb7d9244deaff4725" |
14 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "31afc63522500d6ce34a236aa6a34867ec237ddc4b79ea9a4a3ca3c4fb0fdfcf" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "52a04781f6741f787a9673645191588946500a1a25c1c317106f538104fe6ceb" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "52a04781f6741f787a9673645191588946500a1a25c1c317106f538104fe6ceb" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "52a04781f6741f787a9673645191588946500a1a25c1c317106f538104fe6ceb" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "b05af77bf47930c61acd4b2ed2c4c41483b0c47b4c902f50da1218bbfa64e666" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "b05af77bf47930c61acd4b2ed2c4c41483b0c47b4c902f50da1218bbfa64e666" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "7e64fe60a7a301230d0ed88d22dabc77af8f5aaf0e6570bad3d2858fe0b7b78f" |
15 | 15 | end
|
16 | 16 |
|
17 | 17 | depends_on "node"
|
|
0 commit comments