checksums: use sha256 checksums everywhere
We'd like to use a consistent checksum scheme everywhere so that we can:
a) incorporate archive checksums into our specs and have a
consistent hashing algorithm across all specs.
b) index mirrors with a consistent type of checksum, and not one that
is dependent on how spack packages are written.
- [x] convert existing md5, sha224, sha512, sha1 checksums to sha256
This commit is contained in:
@@ -26,8 +26,8 @@ class BlastPlus(AutotoolsPackage):
|
||||
version('2.9.0', sha256='a390cc2d7a09422759fc178db84de9def822cbe485916bbb2ec0d215dacdc257')
|
||||
version('2.8.1', sha256='e03dd1a30e37cb8a859d3788a452c5d70ee1f9102d1ee0f93b2fbd145925118f')
|
||||
version('2.7.1', sha256='10a78d3007413a6d4c983d2acbf03ef84b622b82bd9a59c6bd9fbdde9d0298ca')
|
||||
version('2.6.0', 'c8ce8055b10c4d774d995f88c7cc6225')
|
||||
version('2.2.30', 'f8e9a5eb368173142fe6867208b73715')
|
||||
version('2.6.0', sha256='0510e1d607d0fb4389eca50d434d5a0be787423b6850b3a4f315abc2ef19c996')
|
||||
version('2.2.30', sha256='26f72d51c81b9497f33b7274109565c36692572faef4d72377f79b7e59910e40')
|
||||
|
||||
# homebrew sez: Fixed upstream in future version > 2.6
|
||||
# But this bug sez that it will be fixed in 2.6
|
||||
|
||||
Reference in New Issue
Block a user