Update r to 3.1.1

This commit is contained in:
Pablo Crivella 2014-08-04 02:23:56 -04:00
parent b766a19412
commit 0211fac915

8
r.json
View File

@ -1,9 +1,9 @@
{ {
"homepage": "http://www.r-project.org", "homepage": "http://www.r-project.org",
"version": "3.1.0", "version": "3.1.1",
"license": "GPL2", "license": "GPL2",
"url": "http://cran.rstudio.com/bin/windows/base/R-3.1.0-win.exe", "url": "http://cran.rstudio.com/bin/windows/base/R-3.1.1-win.exe",
"hash": "c3f11723b60972344ff87aed6b53a58209dd463e2c3286259624754b077f84e8", "hash": "ce6fb76612aefc482583fb92f4f5c3cb8e8e3bf1a8dda97df7ec5caf746e53fe",
"innosetup": true, "innosetup": true,
"bin": [ "bin": [
"bin\\r.exe", "bin\\r.exe",
@ -22,4 +22,4 @@ Annoying, right?! You might want to check out Pshazz (scoop install pshazz)--thi
"url": "http://cran.rstudio.com/bin/windows/base/", "url": "http://cran.rstudio.com/bin/windows/base/",
"re": "<h1>R-([0-9\\.]+)" "re": "<h1>R-([0-9\\.]+)"
} }
} }