fortran-lang / fpm

Fortran Package Manager (fpm)
https://fpm.fortran-lang.org
MIT License
876 stars 99 forks source link

`install.sh`: always bootstrap with 0.8.0 #1057

Closed perazz closed 3 months ago

perazz commented 3 months ago

Fix the flawed install script logic. Although more recent releases have more fixes, there is no need to use the latest release as a bootstrapping version: just use a solid version i.e. 0.8.0.

Fix #1056.

cc: @henilp105 @arteevraina