|
1 | 1 | class SafCli < Formula |
2 | 2 | desc "CLI for the MITRE Security Automation Framework (SAF)" |
3 | 3 | homepage "https://saf-cli.mitre.org" |
4 | | - url "https://registry.npmjs.org/@mitre/saf/-/saf-1.4.15.tgz" |
5 | | - sha256 "1d4d1c0ab94f7b86dd772ee8167f34e730432a52b8a0d0972077ee290e3e179a" |
| 4 | + url "https://registry.npmjs.org/@mitre/saf/-/saf-1.4.16.tgz" |
| 5 | + sha256 "4f7f1657a8fbdc8f8ba8e4b67db39d05c0b5407f5d85decef8271d8cffff0d7e" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1c2a517175584071429f989b8dd120991d302962f8ba774a1fbca8ea5434b2aa" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c2a517175584071429f989b8dd120991d302962f8ba774a1fbca8ea5434b2aa" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "1c2a517175584071429f989b8dd120991d302962f8ba774a1fbca8ea5434b2aa" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "2ae5c83812d68f4b9019176e3d00c56a1e0090e1f4c5b6877c6f99e811c6bd3d" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "2ae5c83812d68f4b9019176e3d00c56a1e0090e1f4c5b6877c6f99e811c6bd3d" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "1c2a517175584071429f989b8dd120991d302962f8ba774a1fbca8ea5434b2aa" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d1cf33fe660c5c3c0062855b59ce19f5573742bfb023275179328c2e79726e3" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d1cf33fe660c5c3c0062855b59ce19f5573742bfb023275179328c2e79726e3" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "3d1cf33fe660c5c3c0062855b59ce19f5573742bfb023275179328c2e79726e3" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "efd3337e853dd21e0f6b244127a693e4c70b4e3db17534fd9cec112b92ac63b5" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "efd3337e853dd21e0f6b244127a693e4c70b4e3db17534fd9cec112b92ac63b5" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "3d1cf33fe660c5c3c0062855b59ce19f5573742bfb023275179328c2e79726e3" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "node" |
|
0 commit comments