|
1 | 1 | class Feroxbuster < Formula
|
2 | 2 | desc "Fast, simple, recursive content discovery tool written in Rust"
|
3 | 3 | homepage "https://epi052.github.io/feroxbuster"
|
4 |
| - url "https://github.com/epi052/feroxbuster/archive/refs/tags/v2.9.2.tar.gz" |
5 |
| - sha256 "c10b9667c738a0d70824b6833c2b8218591e8e827fddbff4a9d685f3284c7cc2" |
| 4 | + url "https://github.com/epi052/feroxbuster/archive/refs/tags/v2.9.3.tar.gz" |
| 5 | + sha256 "94048f360092ae2bea5a7b4a1c642432eec2a6aeb76a7d66aa2cafb909f43bc9" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "77553775b63281783c0c43080712c0b4bcc85768d5dc6c464431aecd5580fbac" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "f7835783bc43f60049802d4e862272b4e0f96ae262dc3c9745ea14ea248a2885" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_big_sur: "e23b235ceac3264af1d129c240417e644c8bf39b94d260289a5029c759d0ecab" |
12 |
| - sha256 cellar: :any_skip_relocation, ventura: "32b08841dd0686be6d397e6969029f4d7df40779a446f1ca11642ef2b848b7dd" |
13 |
| - sha256 cellar: :any_skip_relocation, monterey: "8f01aad6c2103a0562680b9974d7f30144d10b5053180a92e2318b14ba1e0c13" |
14 |
| - sha256 cellar: :any_skip_relocation, big_sur: "70398275aed0bc8ac776a80f767ef8363b0c2c13c1c4987fcf896a085104f62e" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "860a73d44d8a3ded342fb24d624d528900294d0362f952c9ac0191d5a2647599" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "c1198304d8c8c6d8b36d924ca8fc28fc117f215c3393974feb1c184d882ee4a4" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "b9e83d56031d29cda58979fcb66339de7539905a54190841fdbdaba8e1dfd4f6" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_big_sur: "976dc1c5e91df9d70ec5d76ec8212b6e4c56da17f67101ad187fa19edf53b150" |
| 12 | + sha256 cellar: :any_skip_relocation, ventura: "fe192d10c551882ddd1dc1ae266af0f4e005b5c5c5997fe4098bfa4a9a04d68a" |
| 13 | + sha256 cellar: :any_skip_relocation, monterey: "8220cba0e44d54da241626b93bad99c77c72f422a1372d3df6857f53cf35feae" |
| 14 | + sha256 cellar: :any_skip_relocation, big_sur: "1403740ab7dbf9cc4e69ca3eeda55c42e54cfe129016242a1eaac3aebc2a957d" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "41d0b4889102f62263b8ac0d6d6aff462243ba63102cfca49b3bb7a8c4de9c51" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "rust" => :build
|
|
0 commit comments