Skip to content

Commit fb165d6

Browse files
authored
urlfinder: patch for Go 1.22
Using patch from * pingc0y/URLFinder#96 to fix build for: * Homebrew#157782
1 parent 2dfced3 commit fb165d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Formula/u/urlfinder.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ class Urlfinder < Formula
2020

2121
depends_on "go" => :build
2222

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+
2329
def install
2430
system "go", "build", *std_go_args(ldflags: "-s -w")
2531
end

0 commit comments

Comments
 (0)