We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfced3 commit fb165d6Copy full SHA for fb165d6
Formula/u/urlfinder.rb
@@ -20,6 +20,12 @@ class Urlfinder < Formula
20
21
depends_on "go" => :build
22
23
+ # upstream PR ref, https://github.com/pingc0y/URLFinder/pull/96
24
+ patch do
25
+ url "https://github.com/pingc0y/URLFinder/commit/cd4b141bd92448ed4b27a1db65b05075e40e8200.patch?full_index=1"
26
+ sha256 "e08f45c1a103125dfbaec04305f26140fe6766aa137b7a5fbe899d18efdb1064"
27
+ end
28
+
29
def install
30
system "go", "build", *std_go_args(ldflags: "-s -w")
31
end
0 commit comments