Update R to 3.2.1

This commit is contained in:
Richard Lee 2015-06-26 18:04:32 +08:00
parent ff20cd0a98
commit 881ba408a9
1 changed files with 4 additions and 4 deletions

View File

@ -1,14 +1,14 @@
cask :v1 => 'r' do cask :v1 => 'r' do
if MacOS.release < :mavericks if MacOS.release < :mavericks
version '3.1.3' version '3.2.1'
sha256 '4d590d285e5085073ff1a1cb525a2261895b0bf3998a24071efadb33b2be530e' sha256 '88b9a20af00a916f3902ccac83098643b95a2801eb4775d38130b26871323a3f'
# rstudio.com is the official download host per the vendor homepage # rstudio.com is the official download host per the vendor homepage
url "http://cran.rstudio.com/bin/macosx/R-#{version}-snowleopard.pkg" url "http://cran.rstudio.com/bin/macosx/R-#{version}-snowleopard.pkg"
pkg "R-#{version}-snowleopard.pkg" pkg "R-#{version}-snowleopard.pkg"
else else
version '3.2.0' version '3.2.1'
sha256 '97552ad7e916e4aa94436ea692b2dae0c811e0a9b90fff6952050b1a529b2d39' sha256 '91c5ff568bc450732fce46a2c177fd0f0a3b58246770852e3fed942daf94b9fd'
# rstudio.com is the official download host per the vendor homepage # rstudio.com is the official download host per the vendor homepage
url "http://cran.rstudio.com/bin/macosx/R-#{version}.pkg" url "http://cran.rstudio.com/bin/macosx/R-#{version}.pkg"
pkg "R-#{version}.pkg" pkg "R-#{version}.pkg"