File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11class Subfinder < Formula
22 desc "Subdomain discovery tool"
33 homepage "https://github.com/projectdiscovery/subfinder"
4- url "https://github.com/projectdiscovery/subfinder/archive/refs/tags/v2.9 .0.tar.gz"
5- sha256 "90337a91df2924ee385ca048862643d1daab6c7d81ddda66d58e6c100df3ba2d "
4+ url "https://github.com/projectdiscovery/subfinder/archive/refs/tags/v2.10 .0.tar.gz"
5+ sha256 "714649906f533b5948eeaa5027dbe284789039b818d2a034ce47ed67953e95c4 "
66 license "MIT"
77 head "https://github.com/projectdiscovery/subfinder.git" , branch : "dev"
88
@@ -17,6 +17,12 @@ class Subfinder < Formula
1717
1818 depends_on "go" => :build
1919
20+ # version patch, upstream pr ref, https://github.com/projectdiscovery/subfinder/pull/1669
21+ patch do
22+ url "https://github.com/projectdiscovery/subfinder/commit/dfcd02d5baf865ef6b6eeccfcf0df01ddaae60a4.patch?full_index=1"
23+ sha256 "b3a79b83e8cd5df72a82b59a46e893679a05458d1fe98236a6df1860d4c25506"
24+ end
25+
2026 def install
2127 system "go" , "build" , *std_go_args ( ldflags : "-s -w" ) , "./cmd/subfinder"
2228 end
You can’t perform that action at this time.
0 commit comments