Skip to content

Commit e93244e

Browse files
authored
Merge pull request #162488 from stefanb/patch-1
urlfinder: patch for Go 1.22
2 parents b3450c9 + fb165d6 commit e93244e

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)