From cd4e78a3605322d88294b767910952dc91721dfd Mon Sep 17 00:00:00 2001 From: Alan Parker Lue Date: Thu, 10 Sep 2015 14:54:44 -0400 Subject: [PATCH] Updated URL for R 3.1.1 --- r.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/r.json b/r.json index ac7d232c12..1dadb89f4d 100644 --- a/r.json +++ b/r.json @@ -1,8 +1,8 @@ { - "homepage": "http://www.r-project.org", + "homepage": "https://www.r-project.org", "version": "3.1.1", "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", "innosetup": true, "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. ", "checkver": { - "url": "http://cran.rstudio.com/bin/windows/base/", + "url": "https://cran.rstudio.com/bin/windows/base/", "re": "

R-([0-9\\.]+)" } }