checksums: fix packages that needed new download locations

Some packages had incorrect checksums because they needed to be
downloaded from a new place or the package needed tweaking somehow.
These packages to sha256 and the new checksums have been verified by
fetching over https.
This commit is contained in:
Todd Gamblin
2019-10-12 01:49:54 -07:00
parent 45a9cfcdd7
commit 8cbd349cb4
41 changed files with 82 additions and 98 deletions

View File

@@ -17,7 +17,7 @@ class Harminv(AutotoolsPackage):
url = "http://ab-initio.mit.edu/harminv/harminv-1.4.tar.gz"
list_url = "http://ab-initio.mit.edu/harminv/old"
version('1.4', 'b95e24a9bc7e07d3d2202d1605e9e86f')
version('1.4', sha256='e1b923c508a565f230aac04e3feea23b888b47d8e19b08816a97ee4444233670')
depends_on('blas')
depends_on('lapack')