Fixed hash for R 3.4.3 (#1895)

This commit is contained in:
Felix Held 2017-12-07 19:51:29 +01:00 committed by Richard Kuhnt
parent 9639f20fef
commit 5829068176

4
r.json
View File

@ -5,12 +5,12 @@
"architecture": {
"64bit": {
"url": "https://cran.rstudio.com/bin/windows/base/R-3.4.3-win.exe",
"hash": "8b9d5dac5334b8bb5d452f897d29422b2900f4819addbce7d2a9384a28e5f9f9",
"hash": "7d46cd1de979cd0ef1a6e8de0e1a35223d1304d8953e4cd0d414153852ce684b",
"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": "8b9d5dac5334b8bb5d452f897d29422b2900f4819addbce7d2a9384a28e5f9f9",
"hash": "7d46cd1de979cd0ef1a6e8de0e1a35223d1304d8953e4cd0d414153852ce684b",
"pre_install": "copy-item -recurse $dir\\bin\\i386 $dir\\bin\\curr_arch"
}
},