The original formula (disco) has been moved to use 0.5.0 style version
string. So actually no one is using such style.
Stop supporting such style, so it wouldn't be ambiguous with revision
part in `Formula#pkg_version`.
ClosesHomebrew/homebrew#38750.
Signed-off-by: Xu Cheng <xucheng@me.com>
Fixes the bottle regex problem seen in
https://github.com/Homebrew/homebrew-versions/pull/678.
I don’t know whether it’s a good regex, or an awful regex, but it works
and passes `brew tests` and a bottled install. Open to improvements if
anyone has them.
ClosesHomebrew/homebrew#38333.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Fix for linking into the system OpenSSL, strict audit fixes, and the
plist.
ClosesHomebrew/homebrew#36386.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>