Conversation
The existing regex no longer works.
samford
left a comment
There was a problem hiding this comment.
Since the format of the news page is a little inconsistent (i.e., we can't guarantee that all releases in the future will have a link in the heading), it may be more reliable to match the version from the "Latest Release" link on the homepage. Looking back on archive.org, the format of the link seems to remain the same over time, so it seems like a more stable target.
I added suggestions for this approach but we would also need to update the homepage to avoid the redirection. If you're good with all this, I can simply push a commit to incorporate these changes and save you the trouble.
Go ahead. |
|
My commit's part of this PR branch now. If you're good with the current state of this, I'll go ahead and merge it. |
|
Ok by me. |
brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingbrew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?The existing regex no longer works.