Updated URL for R 3.1.1

This commit is contained in:
Alan Parker Lue 2015-09-10 14:54:44 -04:00
parent 8a0ed6f15a
commit cd4e78a360

6
r.json
View File

@ -1,8 +1,8 @@
{ {
"homepage": "http://www.r-project.org", "homepage": "https://www.r-project.org",
"version": "3.1.1", "version": "3.1.1",
"license": "GPL2", "license": "GPL2",
"url": "http://cran.rstudio.com/bin/windows/base/R-3.1.1-win.exe", "url": "https://cran.rstudio.com/bin/windows/base/old/3.1.1/R-3.1.1-win.exe",
"hash": "ce6fb76612aefc482583fb92f4f5c3cb8e8e3bf1a8dda97df7ec5caf746e53fe", "hash": "ce6fb76612aefc482583fb92f4f5c3cb8e8e3bf1a8dda97df7ec5caf746e53fe",
"innosetup": true, "innosetup": true,
"bin": [ "bin": [
@ -19,7 +19,7 @@ You can remove Powershell's 'r' command with:
Annoying, right?! You might want to check out Pshazz (scoop install pshazz)--this has a plugin to remove some crazy aliases from Powershell, as well as many other improvements. Annoying, right?! You might want to check out Pshazz (scoop install pshazz)--this has a plugin to remove some crazy aliases from Powershell, as well as many other improvements.
", ",
"checkver": { "checkver": {
"url": "http://cran.rstudio.com/bin/windows/base/", "url": "https://cran.rstudio.com/bin/windows/base/",
"re": "<h1>R-([0-9\\.]+)" "re": "<h1>R-([0-9\\.]+)"
} }
} }