From 653531646792b4535740ae43f18d0e857b7d7e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my?= Date: Sun, 12 Mar 2017 20:25:56 +0100 Subject: [PATCH] update r 3.3.3 / add autoupdate --- r.json | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/r.json b/r.json index 3bc57fe677..c52e068428 100644 --- a/r.json +++ b/r.json @@ -1,16 +1,16 @@ { "homepage": "https://www.r-project.org", - "version": "3.3.2", + "version": "3.3.3", "license": "GPL2", "architecture": { "64bit": { - "url": "https://cran.rstudio.com/bin/windows/base/R-3.3.2-win.exe", - "hash": "2E16180226268B9B07FA8668A3AC80F9BEA25EC82A2275150B2F3E2CA1C1FC14", + "url": "https://cran.rstudio.com/bin/windows/base/R-3.3.3-win.exe", + "hash": "0a10549b9edf6d2ef5630dcc518c97110a07288b16fb038d6aa8e7f5385632a9", "pre_install": "copy-item -recurse $dir\\bin\\x64 $dir\\bin\\curr_arch" }, "32bit": { - "url": "https://cran.rstudio.com/bin/windows/base/R-3.3.2-win.exe", - "hash": "2E16180226268B9B07FA8668A3AC80F9BEA25EC82A2275150B2F3E2CA1C1FC14", + "url": "https://cran.rstudio.com/bin/windows/base/R-3.3.3-win.exe", + "hash": "0a10549b9edf6d2ef5630dcc518c97110a07288b16fb038d6aa8e7f5385632a9", "pre_install": "copy-item -recurse $dir\\bin\\i386 $dir\\bin\\curr_arch" } }, @@ -32,5 +32,15 @@ Annoying, right?! You might want to check out Pshazz (scoop install pshazz)--thi "checkver": { "url": "https://cran.rstudio.com/bin/windows/base/", "re": "

R-([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://cran.rstudio.com/bin/windows/base/R-$version-win.exe" + }, + "32bit": { + "url": "https://cran.rstudio.com/bin/windows/base/R-$version-win.exe" + } + } } }