From 3faa4edd42e4c27e4b6e7c58f640e89fcae61999 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 --- bucket/r.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/r.json b/bucket/r.json index ac7d232c1..1dadb89f4 100644 --- a/bucket/r.json +++ b/bucket/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\\.]+)" } }