jakirkham / miniforge

A constructor-based builder for a basic conda-forge installer
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Only generate `sha256` checksums for installers #33

Closed jakirkham closed 6 years ago

jakirkham commented 6 years ago

There is a bit too much clutter in releases by including this many checksums. As md5 is not cryptographically secure and sha1 is showing weakness, just use sha256 only. This is what PyPI uses for packages and has become increasingly common in conda-forge. Only makes sense to follow suit here.