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:
@@ -15,7 +15,7 @@ class Infernal(AutotoolsPackage):
|
||||
homepage = "http://eddylab.org/infernal/"
|
||||
url = "http://eddylab.org/infernal/infernal-1.1.2.tar.gz"
|
||||
|
||||
version('1.1.2', 'a73e6bbab0c4b79af2cc4c0aabb8accc')
|
||||
version('1.1.2', sha256='ac8c24f484205cfb7124c38d6dc638a28f2b9035b9433efec5dc753c7e84226b')
|
||||
|
||||
variant('mpi', default=False, description='Enable MPI parallel support')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user