Merge pull request #292 from pangratz/rstudio

Add RStudio cask
This commit is contained in:
Vítor Galvão 2013-05-08 12:35:51 -07:00
commit 479b07800b
1 changed files with 7 additions and 0 deletions

7
Casks/rstudio.rb Normal file
View File

@ -0,0 +1,7 @@
class Rstudio < Cask
url 'http://download1.rstudio.org/RStudio-0.97.449.dmg'
homepage 'http://www.rstudio.com/'
version '0.97.449'
sha1 'fd08b0c39da8b22ae58a1591e2ba013ed81b8fcd'
link :app, 'RStudio.app'
end