|
1 | 1 | class Csprecon < Formula
|
2 | 2 | desc "Discover new target domains using Content Security Policy"
|
3 | 3 | homepage "https://github.com/edoardottt/csprecon"
|
4 |
| - url "https://github.com/edoardottt/csprecon/archive/refs/tags/v0.4.2.tar.gz" |
5 |
| - sha256 "06eb4d1d3d8ef45208d4456293372a76da81c588b096259dc6d020e344ea1d62" |
| 4 | + url "https://github.com/edoardottt/csprecon/archive/refs/tags/v0.4.3.tar.gz" |
| 5 | + sha256 "d86f960f21d029a5ac6e6b4087f1b1dcc7ad7632007d8646b8185d3e39fbc7d6" |
6 | 6 | license "MIT"
|
7 | 7 | head "https://github.com/edoardottt/csprecon.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_tahoe: "ce6b1c59b47c34da20e4546ede658863ec1ffded920eb68a8e5e3cf37f5157be" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "43e7dada39bc18de317debf6aa89be1517b02261acf152246c15246b41689636" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "43e7dada39bc18de317debf6aa89be1517b02261acf152246c15246b41689636" |
13 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "43e7dada39bc18de317debf6aa89be1517b02261acf152246c15246b41689636" |
14 |
| - sha256 cellar: :any_skip_relocation, sonoma: "7e4746812e45f4e7ab0f0e52818334f44625f988191bac3fb1a6cc4bd6eddfbb" |
15 |
| - sha256 cellar: :any_skip_relocation, ventura: "7e4746812e45f4e7ab0f0e52818334f44625f988191bac3fb1a6cc4bd6eddfbb" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "449e647160d4771d0aec91ce737cf06ddfb12ed771d2a4879f3ce5ca5b67d185" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "3f621fc56cd9c69ff6203214c6936e73109a4c86ac723d964739879ee7c014e3" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3f621fc56cd9c69ff6203214c6936e73109a4c86ac723d964739879ee7c014e3" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3f621fc56cd9c69ff6203214c6936e73109a4c86ac723d964739879ee7c014e3" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "c57841b2a41ce3cd03545bfd6ab3b1ffdd5fb887c6eb1e6b1a0ef68598d9db35" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "be01fa962035939cc3a2f94335fc4f227fe06080725cb025a85c6234c2b2bef1" |
17 | 15 | end
|
18 | 16 |
|
19 | 17 | depends_on "go" => :build
|
|
0 commit comments