Skip to content

Commit 306eb23

Browse files
BrewTestBotchenrui333
authored andcommitted
subfinder 2.10.0
subfinder: add version patch Signed-off-by: Rui Chen <[email protected]>
1 parent 631ca2f commit 306eb23

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Formula/s/subfinder.rb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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

0 commit comments

Comments
 (0)