Skip to content

Commit f40e1f6

Browse files
authored
Merge pull request #250157 from Homebrew/yasm-fix-livecheck
yasm: fix livecheck
2 parents c71312d + c598bef commit f40e1f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/y/yasm.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ class Yasm < Formula
1515
revision 2
1616

1717
livecheck do
18-
url "https://yasm.tortall.net/Download.html"
19-
regex(/href=.*?yasm[._-]v?(\d+(?:\.\d+)+)\.t/i)
18+
url "https://www.tortall.net/projects/yasm/releases/"
19+
regex(/href=["']?yasm[._-]v?(\d+(?:\.\d+)+)\.t/i)
2020
end
2121

2222
no_autobump! because: :requires_manual_review

0 commit comments

Comments
 (0)