Skip to content

Commit

Permalink
gobuster: update 3.4.0 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgit committed Jan 9, 2023
1 parent d25ef89 commit b7ea834
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/gobuster.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
class Gobuster < Formula
desc "Directory/file & DNS busting tool written in Go"
homepage "https://github.com/OJ/gobuster"
url "https://github.com/OJ/gobuster/archive/refs/tags/v3.2.0.tar.gz"
sha256 "63094d24b79622d798f1aed2e497c8a6dd2bbeaa4fda7162ec71bc7070bf1a61"
url "https://github.com/OJ/gobuster/archive/refs/tags/v3.4.0.tar.gz"
sha256 "6c1d7a3aa9604d90ca818d6fc7a0b09501e419ecd4ab7665566c52fd0981b52d"
license "Apache-2.0"

bottle do
root_url "https://github.com/gromgit/homebrew-core-mojave/releases/download/gobuster"
sha256 cellar: :any_skip_relocation, mojave: "7342ea5f171d3c7ec7f756b7d18defb7733ddd34ac7b4b4d3e107fa02afadd6d"
sha256 cellar: :any_skip_relocation, mojave: "b2f4cb2167a52316f009dc1353b9859b88aae67179bcc71bf25c1c37ea3421e7"
end

depends_on "go" => :build
Expand All @@ -30,6 +30,6 @@ def install
output = shell_output("#{bin}/gobuster dir -u https://buffered.io -w words.txt 2>&1")
assert_match "Finished", output

assert_match version.to_s, shell_output(bin/"gobuster version")
assert_match version.major_minor.to_s, shell_output(bin/"gobuster version")
end
end

0 comments on commit b7ea834

Please sign in to comment.