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:
@@ -17,7 +17,7 @@ class Libaio(MakefilePackage):
|
||||
homepage = "http://lse.sourceforge.net/io/aio.html"
|
||||
url = "https://debian.inf.tu-dresden.de/debian/pool/main/liba/libaio/libaio_0.3.110.orig.tar.gz"
|
||||
|
||||
version('0.3.110', '2a35602e43778383e2f4907a4ca39ab8')
|
||||
version('0.3.110', sha256='e019028e631725729376250e32b473012f7cb68e1f7275bfc1bbcdd0f8745f7e')
|
||||
|
||||
conflicts('platform=darwin', msg="libaio is a linux specific library")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user