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.
2 parents c71312d + c598bef commit f40e1f6Copy full SHA for f40e1f6
Formula/y/yasm.rb
@@ -15,8 +15,8 @@ class Yasm < Formula
15
revision 2
16
17
livecheck do
18
- url "https://yasm.tortall.net/Download.html"
19
- regex(/href=.*?yasm[._-]v?(\d+(?:\.\d+)+)\.t/i)
+ url "https://www.tortall.net/projects/yasm/releases/"
+ regex(/href=["']?yasm[._-]v?(\d+(?:\.\d+)+)\.t/i)
20
end
21
22
no_autobump! because: :requires_manual_review
0 commit comments