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/aspcud/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var/spack/repos/builtin/packages/aspcud/package.py') diff --git a/var/spack/repos/builtin/packages/aspcud/package.py b/var/spack/repos/builtin/packages/aspcud/package.py index 0a269bc51d..b209e4c6cc 100644 --- a/var/spack/repos/builtin/packages/aspcud/package.py +++ b/var/spack/repos/builtin/packages/aspcud/package.py @@ -18,7 +18,7 @@ class Aspcud(CMakePackage): homepage = "https://potassco.org/aspcud" url = "https://github.com/potassco/aspcud/archive/v1.9.4.tar.gz" - version('1.9.4', '35e5c663a25912e4bdc94f168e827ed2') + version('1.9.4', sha256='3645f08b079e1cc80e24cd2d7ae5172a52476d84e3ec5e6a6c0034492a6ea885') depends_on('boost', type=('build')) depends_on('cmake', type=('build')) -- cgit v1.2.3-60-g2f50