brewsci / homebrew-bio

:beer::microscope: Bioinformatics formulae for the Homebrew package manager (macOS and Linux)
http://brewsci.github.io/homebrew-bio
Other
304 stars 120 forks source link

Invalid version specifier for star-aligner #1638

Closed heuermh closed 1 year ago

heuermh commented 1 year ago

@jonchang @czhu

See e.g. https://github.com/brewsci/homebrew-bio/actions/runs/5953969678/job/16721819867?pr=1636

The currently used version specifier fails the audit regex check ^[a-zA-Z0-9_][a-zA-Z0-9._-]{0,127}$ 2.7.10a+220818

The following are allowed 2.7.10a-220818 2.7.10a_220818 2.7.10a.220818 2.7.10a220818

jonchang commented 1 year ago

Please open a pull request to fix this; thanks.

YoshitakaMo commented 1 year ago

This issue has been fixed now.

heuermh commented 1 year ago

Thank you, @YoshitakaMo!