Skip to content

Commit 87e7629

Browse files
authored
Merge pull request Homebrew#230393 from Homebrew/bump-gobuster-3.8.0
gobuster 3.8.0
2 parents 280e6d2 + 8ddceec commit 87e7629

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/gobuster.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Gobuster < Formula
22
desc "Directory/file & DNS busting tool written in Go"
33
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"
66
license "Apache-2.0"
77
head "https://github.com/OJ/gobuster.git", branch: "master"
88

99
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)