Add RStudio cask

This commit is contained in:
pangratz 2013-05-08 21:18:56 +02:00
parent 434ad888d4
commit 21c7e837b2
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