diff options
Diffstat (limited to 'var/spack/repos/builtin/packages/r-fastmatch/package.py')
-rw-r--r-- | var/spack/repos/builtin/packages/r-fastmatch/package.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/r-fastmatch/package.py b/var/spack/repos/builtin/packages/r-fastmatch/package.py index 0257a475de..88ef290d70 100644 --- a/var/spack/repos/builtin/packages/r-fastmatch/package.py +++ b/var/spack/repos/builtin/packages/r-fastmatch/package.py @@ -13,7 +13,7 @@ class RFastmatch(RPackage): subsequent lookup as it keeps the hash table in memory.""" homepage = "http://www.rforge.net/fastmatch" - url = "https://cran.r-project.org/src/contrib/fastmatch_1.1-0.tar.gz" - list_url = "https://cran.r-project.org/src/contrib/Archive/fastmatch" + url = "https://cloud.r-project.org/src/contrib/fastmatch_1.1-0.tar.gz" + list_url = "https://cloud.r-project.org/src/contrib/Archive/fastmatch" version('1.1-0', '900c2363c15059ac9d63c4c71ea2d6b2') |