|
1 | 1 | class Gobuster < Formula |
2 | 2 | desc "Directory/file & DNS busting tool written in Go" |
3 | 3 | homepage "https://github.com/OJ/gobuster" |
4 | | - url "https://github.com/OJ/gobuster/archive/refs/tags/v3.7.0.tar.gz" |
5 | | - sha256 "893f1979b453d655880c19552e1f894110a661a4057a58e95a4d7505bf6d7fa8" |
| 4 | + url "https://github.com/OJ/gobuster/archive/refs/tags/v3.8.0.tar.gz" |
| 5 | + sha256 "480e54b0d02a6c09c702c6df07430fc4e9a458d54485568c66e6e8bce3d3d748" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/OJ/gobuster.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dbbbd89652ba67e6a47ac28283e6d01323510fcf2f8961fd3a1652f7bff114a0" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dbbbd89652ba67e6a47ac28283e6d01323510fcf2f8961fd3a1652f7bff114a0" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "dbbbd89652ba67e6a47ac28283e6d01323510fcf2f8961fd3a1652f7bff114a0" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "6de00cc18ba4a36cb4bba9c1bcda0c533cba5e38556db29b474d0b0467ab0bd6" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "6de00cc18ba4a36cb4bba9c1bcda0c533cba5e38556db29b474d0b0467ab0bd6" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "7ca402096692d79dc58ccb76395ce3c54cc211ad9e0b6ae5fe374e8eb7a4b70d" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5bb616f59600d89af8bd6aa83258e49e6c9bfc1240ed91dd20029f596359ca3e" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5bb616f59600d89af8bd6aa83258e49e6c9bfc1240ed91dd20029f596359ca3e" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "5bb616f59600d89af8bd6aa83258e49e6c9bfc1240ed91dd20029f596359ca3e" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "564fcfdadce3a9c6df66619949c42bfaa65e2da087fa86367ddbbbb63030c77c" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "564fcfdadce3a9c6df66619949c42bfaa65e2da087fa86367ddbbbb63030c77c" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "c384fe0312f2d4feef2f31d4bcae1ef8a86a1a527bf7e910214e170834ea9c15" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments