From 62927654dd26db7a6a45c8bb307bf1cf6ba3470d Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Thu, 10 Oct 2019 22:44:41 -0700 Subject: 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 --- var/spack/repos/builtin/packages/mad-numdiff/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var/spack/repos/builtin/packages/mad-numdiff/package.py') diff --git a/var/spack/repos/builtin/packages/mad-numdiff/package.py b/var/spack/repos/builtin/packages/mad-numdiff/package.py index 4b462d7c43..afa13c5cd0 100644 --- a/var/spack/repos/builtin/packages/mad-numdiff/package.py +++ b/var/spack/repos/builtin/packages/mad-numdiff/package.py @@ -15,4 +15,4 @@ class MadNumdiff(CMakePackage): git = "https://github.com/quinoacomputing/ndiff.git" version('develop', branch='master') - version('20150724', '7723c0f2499aea8fd960377c5bed28d8') + version('20150724', sha256='33130b48416f8dcb6402acbcb8906cdec35b7242fe2f3ad49b7d7c063d75377b') -- cgit v1.2.3-60-g2f50