|
1 | 1 | class Dalfox < Formula
|
2 | 2 | desc "XSS scanner and utility focused on automation"
|
3 | 3 | homepage "https://dalfox.hahwul.com"
|
4 |
| - url "https://github.com/hahwul/dalfox/archive/refs/tags/v2.9.2.tar.gz" |
5 |
| - sha256 "3eef38f0767c6016cc986a446f5478bc55f7e168e9550b97f53f21729178d759" |
| 4 | + url "https://github.com/hahwul/dalfox/archive/refs/tags/v2.9.3.tar.gz" |
| 5 | + sha256 "4f0d746e887a42132ccbcea73450748a4f025d81faaa6817ce617bb0372105fd" |
6 | 6 | license "MIT"
|
7 | 7 | head "https://github.com/hahwul/dalfox.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7b54610e8ecf804a14d063efc7218a6f4cecf78bb3be4041d9e9dd9f380f25a" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "a99361b244b15e6eb0b1112a639916830a04ef8b0e14f7ba113582f4b5491f10" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "ef20f79a86b55fcca0b55070ea9c509d9f363f88be93b82ffc820c270536a89e" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "5784c9fb20f4d7131970ed469f2cacb43619b61bbf0af2ec22e66fb4aea15765" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "2a412d7279b39a963e83cf5ebfe812886faeff539516b37f43b720c21eaaa818" |
15 |
| - sha256 cellar: :any_skip_relocation, monterey: "a030c6c3561987278a18019be2842884acd32b8d44ff6c61339460cad3651a3e" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "4382dcc03055ac285bd422fc1ac855079a13a023a2345ebceb39d910d03ab47a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c65ecc87b57da0ddcd9bd81a61270c4b8f37cda54e2b54bfa1ad554529dd411" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "4c65ecc87b57da0ddcd9bd81a61270c4b8f37cda54e2b54bfa1ad554529dd411" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "4c65ecc87b57da0ddcd9bd81a61270c4b8f37cda54e2b54bfa1ad554529dd411" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "e04ac808f686150e9434d4d180b1b90584e054e17f41800dd46fbce391b36e75" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "e04ac808f686150e9434d4d180b1b90584e054e17f41800dd46fbce391b36e75" |
| 15 | + sha256 cellar: :any_skip_relocation, monterey: "e04ac808f686150e9434d4d180b1b90584e054e17f41800dd46fbce391b36e75" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "d29b5c65f9f4da17add6bea4f885c6efab4d4028950268276f08d515d9563ac8" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "go" => :build
|
|
0 commit comments