summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/allpaths-lg
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2019-10-10 22:44:41 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2019-10-12 07:19:43 -0700
commit62927654dd26db7a6a45c8bb307bf1cf6ba3470d (patch)
tree2fe91c507233477e0eef7ca9743ed7bd43520339 /var/spack/repos/builtin/packages/allpaths-lg
parent87fa7c15fc1f529debf7b010a5e3cd8ee4fb3f04 (diff)
downloadspack-62927654dd26db7a6a45c8bb307bf1cf6ba3470d.tar.gz
spack-62927654dd26db7a6a45c8bb307bf1cf6ba3470d.tar.bz2
spack-62927654dd26db7a6a45c8bb307bf1cf6ba3470d.tar.xz
spack-62927654dd26db7a6a45c8bb307bf1cf6ba3470d.zip
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
Diffstat (limited to 'var/spack/repos/builtin/packages/allpaths-lg')
-rw-r--r--var/spack/repos/builtin/packages/allpaths-lg/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/allpaths-lg/package.py b/var/spack/repos/builtin/packages/allpaths-lg/package.py
index adf63d42dc..c8d580d08e 100644
--- a/var/spack/repos/builtin/packages/allpaths-lg/package.py
+++ b/var/spack/repos/builtin/packages/allpaths-lg/package.py
@@ -13,7 +13,7 @@ class AllpathsLg(AutotoolsPackage):
homepage = "http://www.broadinstitute.org/software/allpaths-lg/blog/"
url = "ftp://ftp.broadinstitute.org/pub/crd/ALLPATHS/Release-LG/latest_source_code/LATEST_VERSION.tar.gz"
- version('52488', 'bde9008e236d87708a48eb83af6d6d5b')
+ version('52488', sha256='035b49cb21b871a6b111976757d7aee9c2513dd51af04678f33375e620998542')
# compiles with gcc 4.7.0 to 4.9.4)
conflicts('%gcc@:4.6.4,5.1.0:')