diff options
author | becker33 <becker33@llnl.gov> | 2016-08-01 13:38:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-01 13:38:38 -0700 |
commit | 1847aa035d949d74a225a50043bf7e04537e1a86 (patch) | |
tree | 7882a619f580fd35525f66152b1e2940686e3cee | |
parent | 630ff6871d8301c033a2b2d80b5d2ee66109e138 (diff) | |
parent | 81cd458c265a0ce6266604d21817d44b386c676b (diff) | |
download | spack-1847aa035d949d74a225a50043bf7e04537e1a86.tar.gz spack-1847aa035d949d74a225a50043bf7e04537e1a86.tar.bz2 spack-1847aa035d949d74a225a50043bf7e04537e1a86.tar.xz spack-1847aa035d949d74a225a50043bf7e04537e1a86.zip |
Merge pull request #1348 from glennpj/rcurl
r-curl update and changed remote archive
-rw-r--r-- | var/spack/repos/builtin/packages/r-curl/package.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-curl/package.py b/var/spack/repos/builtin/packages/r-curl/package.py index c6e8f22a94..24c0eadb2d 100644 --- a/var/spack/repos/builtin/packages/r-curl/package.py +++ b/var/spack/repos/builtin/packages/r-curl/package.py @@ -38,8 +38,9 @@ class RCurl(Package): homepage = "https://github.com/jeroenooms/curl" url = "https://cran.r-project.org/src/contrib/curl_0.9.7.tar.gz" - list_url = "https://cran.r-project.org/src/contrib/Archive/RCurl" + list_url = "https://cran.r-project.org/src/contrib/Archive/curl" + version('1.0', '93d34926d6071e1fba7e728b482f0dd9') version('0.9.7', 'a101f7de948cb828fef571c730f39217') extends('R') |