r: Update to version 3.6.1

This commit is contained in:
Richard Kuhnt 2019-07-05 12:01:50 +00:00
parent 40cf559a3e
commit accf752ee3

View File

@ -1,16 +1,16 @@
{
"homepage": "https://www.r-project.org",
"version": "3.6.0",
"version": "3.6.1",
"license": "GPL-2.0",
"architecture": {
"64bit": {
"url": "https://cran.rstudio.com/bin/windows/base/R-3.6.0-win.exe",
"hash": "b53772889908f3bfaa9432be838d99f80dd204e2890682f040ce230a38728955",
"url": "https://cran.rstudio.com/bin/windows/base/R-3.6.1-win.exe",
"hash": "8019bdc376ed22c657b2441d15f2b9c6f9507fbffe896534fc2d364021f1c930",
"pre_install": "copy-item -recurse \"$dir\\bin\\x64\" \"$dir\\bin\\curr_arch\""
},
"32bit": {
"url": "https://cran.rstudio.com/bin/windows/base/R-3.6.0-win.exe",
"hash": "b53772889908f3bfaa9432be838d99f80dd204e2890682f040ce230a38728955",
"url": "https://cran.rstudio.com/bin/windows/base/R-3.6.1-win.exe",
"hash": "8019bdc376ed22c657b2441d15f2b9c6f9507fbffe896534fc2d364021f1c930",
"pre_install": "copy-item -recurse \"$dir\\bin\\i386\" \"$dir\\bin\\curr_arch\""
}
},