f90cache: change the download url (#11838)
* f90cache: change the download url * f90cache: added the download url for ver 0.99
This commit is contained in:
parent
9ed4db6eea
commit
c48b67ccd7
1 changed files with 4 additions and 2 deletions
|
@ -14,6 +14,8 @@ class F90cache(AutotoolsPackage):
|
|||
great speedup in common compilations.
|
||||
"""
|
||||
homepage = "https://perso.univ-rennes1.fr/edouard.canot/f90cache/"
|
||||
url = "https://perso.univ-rennes1.fr/edouard.canot/f90cache/f90cache-0.99.tar.bz2"
|
||||
url = "https://perso.univ-rennes1.fr/edouard.canot/f90cache/f90cache-0.99c.tar.gz"
|
||||
|
||||
version('0.99', 'e4767ae876203ed4f3e118e22204cdec')
|
||||
version('0.99c', sha256='13f8297ecba73671d43376b71ef0e453bd9d6677a901d1c95f01f16cc33776e1')
|
||||
version('0.99', 'e4767ae876203ed4f3e118e22204cdec',
|
||||
url='http://distfiles.exherbo.org/distfiles/f90cache-0.99.tar.bz2')
|
||||
|
|
Loading…
Reference in a new issue