Merge pull request #1348 from glennpj/rcurl

r-curl update and changed remote archive
This commit is contained in:
becker33 2016-08-01 13:38:38 -07:00 committed by GitHub
commit 1847aa035d

View file

@ -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')