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:
@@ -14,7 +14,7 @@ class Maq(AutotoolsPackage):
|
||||
url = "https://downloads.sourceforge.net/project/maq/maq/0.7.1/maq-0.7.1.tar.bz2"
|
||||
list_url = "https://sourceforge.net/projects/maq/files/maq/"
|
||||
|
||||
version('0.7.1', '51130f6c8257c133719adacdd1433f35')
|
||||
version('0.5.0', '854e2bee32d5237236d4c68c0ed7c52d')
|
||||
version('0.7.1', sha256='e1671e0408b0895f5ab943839ee8f28747cf5f55dc64032c7469b133202b6de2')
|
||||
version('0.5.0', sha256='c292c19baf291b2415b460d687d43a71ece00a7d178cc5984bc8fc30cfce2dfb')
|
||||
|
||||
conflicts('%gcc@4.7.0:', when='@0.7.1')
|
||||
|
||||
Reference in New Issue
Block a user