Merge pull request #1348 from glennpj/rcurl
r-curl update and changed remote archive
This commit is contained in:
commit
1847aa035d
1 changed files with 2 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue