Skip to content

Commit 98814e0

Browse files
authored
Merge pull request Homebrew#195870 from Homebrew/bump-saf-cli-1.4.16
saf-cli 1.4.16
2 parents 69cde59 + 76aedc7 commit 98814e0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/saf-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class SafCli < Formula
22
desc "CLI for the MITRE Security Automation Framework (SAF)"
33
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"
66
license "Apache-2.0"
77

88
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"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)