mirror of
https://github.com/gosticks/brew.git
synced 2026-08-31 05:50:22 +00:00
The current regex only matches a single digit for each component of the version (e.g. 9.2). This modifies it to match multiple digits in each component, so that e.g. 10.42 will be matched.