From ccb28eb343d17d37eb1d6d2eadda643d215fba5c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 1 Dec 2017 15:00:15 +0000 Subject: [PATCH] Update r to version 3.4.3 --- r.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/r.json b/r.json index 20abeb08ae..3a104caf70 100644 --- a/r.json +++ b/r.json @@ -1,16 +1,16 @@ { "homepage": "https://www.r-project.org", - "version": "3.4.2", + "version": "3.4.3", "license": "GPL2", "architecture": { "64bit": { - "url": "https://cran.rstudio.com/bin/windows/base/R-3.4.2-win.exe", - "hash": "8b3d1ef27432dd6fd6481302c24f43f3da2c9f7e4eaddd94d57d4e8fe413a1c6", + "url": "https://cran.rstudio.com/bin/windows/base/R-3.4.3-win.exe", + "hash": "8b9d5dac5334b8bb5d452f897d29422b2900f4819addbce7d2a9384a28e5f9f9", "pre_install": "copy-item -recurse $dir\\bin\\x64 $dir\\bin\\curr_arch" }, "32bit": { - "url": "https://cran.rstudio.com/bin/windows/base/R-3.4.2-win.exe", - "hash": "8b3d1ef27432dd6fd6481302c24f43f3da2c9f7e4eaddd94d57d4e8fe413a1c6", + "url": "https://cran.rstudio.com/bin/windows/base/R-3.4.3-win.exe", + "hash": "8b9d5dac5334b8bb5d452f897d29422b2900f4819addbce7d2a9384a28e5f9f9", "pre_install": "copy-item -recurse $dir\\bin\\i386 $dir\\bin\\curr_arch" } },