ratt-ru / packratt

BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Use sha256 instead of md5sum #12

Closed sjperkins closed 3 years ago

sjperkins commented 3 years ago

Based on https://askubuntu.com/a/173026

  1. sha256 is a more secure hashing algorithm.
  2. However, for the purposes of verifying file integrity, this doesn't matter.
  3. However, the world seems to be moving towards SHA256 for hashing in any case.
smasoka commented 3 years ago

I tested the code,the hash is correct for all downloads.