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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user