From 4e69a3acd7cdb16d28d2ad3e87a11534bbc87f4e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 15 Mar 2018 19:06:49 +0000 Subject: [PATCH] Update r to version 3.4.4 --- r.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/r.json b/r.json index 46809aa46e..bc514d4ca6 100644 --- a/r.json +++ b/r.json @@ -1,16 +1,16 @@ { "homepage": "https://www.r-project.org", - "version": "3.4.3", + "version": "3.4.4", "license": "GPL2", "architecture": { "64bit": { - "url": "https://cran.rstudio.com/bin/windows/base/R-3.4.3-win.exe", - "hash": "7d46cd1de979cd0ef1a6e8de0e1a35223d1304d8953e4cd0d414153852ce684b", + "url": "https://cran.rstudio.com/bin/windows/base/R-3.4.4-win.exe", + "hash": "0ee0cd6ba4f3873c7dc361fd5603d6cdce2f11f048201d565a1af9467a339aa0", "pre_install": "copy-item -recurse \"$dir\\bin\\x64\" \"$dir\\bin\\curr_arch\"" }, "32bit": { - "url": "https://cran.rstudio.com/bin/windows/base/R-3.4.3-win.exe", - "hash": "7d46cd1de979cd0ef1a6e8de0e1a35223d1304d8953e4cd0d414153852ce684b", + "url": "https://cran.rstudio.com/bin/windows/base/R-3.4.4-win.exe", + "hash": "0ee0cd6ba4f3873c7dc361fd5603d6cdce2f11f048201d565a1af9467a339aa0", "pre_install": "copy-item -recurse \"$dir\\bin\\i386\" \"$dir\\bin\\curr_arch\"" } },