From d64c94fcc4e1dc12e73da44261dbc473dcf6e0b4 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 23 Apr 2018 17:00:57 +0000 Subject: [PATCH] Update r to version 3.5.0 --- r.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/r.json b/r.json index 9f6b393f00..efeb0cb030 100644 --- a/r.json +++ b/r.json @@ -1,16 +1,16 @@ { "homepage": "https://www.r-project.org", - "version": "3.4.4", + "version": "3.5.0", "license": "GPL-2.0", "architecture": { "64bit": { - "url": "https://cran.rstudio.com/bin/windows/base/R-3.4.4-win.exe", - "hash": "0ee0cd6ba4f3873c7dc361fd5603d6cdce2f11f048201d565a1af9467a339aa0", + "url": "https://cran.rstudio.com/bin/windows/base/R-3.5.0-win.exe", + "hash": "28adf9d90a106ba7d232d419bf8e950ac85767fd3e5586d55dcc173bf476e40d", "pre_install": "copy-item -recurse \"$dir\\bin\\x64\" \"$dir\\bin\\curr_arch\"" }, "32bit": { - "url": "https://cran.rstudio.com/bin/windows/base/R-3.4.4-win.exe", - "hash": "0ee0cd6ba4f3873c7dc361fd5603d6cdce2f11f048201d565a1af9467a339aa0", + "url": "https://cran.rstudio.com/bin/windows/base/R-3.5.0-win.exe", + "hash": "28adf9d90a106ba7d232d419bf8e950ac85767fd3e5586d55dcc173bf476e40d", "pre_install": "copy-item -recurse \"$dir\\bin\\i386\" \"$dir\\bin\\curr_arch\"" } },