ctffind: update url and version directive (#22039)

This commit is contained in:
Tomoyasu Nojiri 2021-03-12 00:23:41 +09:00 committed by GitHub
parent d0610f7a39
commit e11f5df7dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,10 +9,10 @@
class Ctffind(AutotoolsPackage):
"""Fast and accurate defocus estimation from electron micrographs."""
homepage = "http://grigoriefflab.janelia.org/ctffind4"
url = "http://grigoriefflab.janelia.org/sites/default/files/ctffind-4.1.8.tar.gz"
homepage = "https://grigoriefflab.umassmed.edu/ctf_estimation_ctffind_ctftilt"
url = "https://grigoriefflab.umassmed.edu/system/tdf?path=ctffind-4.1.8.tar.gz&file=1&type=node&id=26"
version('4.1.8', sha256='bec43c0b8d32878c740d6284ef6d9d22718c80dc62270be18d1d44e8b84b2729')
version('4.1.8', sha256='bec43c0b8d32878c740d6284ef6d9d22718c80dc62270be18d1d44e8b84b2729', extension='tar.gz')
depends_on('wxwidgets')
depends_on('fftw@3:')