JuliaPackaging / BinaryBuilder.jl

Binary Dependency Builder for Julia
https://binarybuilder.org
Other
392 stars 101 forks source link

Wizard allows for invalid version inputs #1244

Open pfitzseb opened 2 years ago

pfitzseb commented 2 years ago

Yggdrasil only allows for major.minor.patch versions, but the Wizard allowed me to input 0.29.0-gfm6.

giordano commented 2 years ago

For the record, a fix should use the same logic as #1223