mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
7 lines
212 B
Ruby
7 lines
212 B
Ruby
class Rstudio < Cask
|
|
url 'http://download1.rstudio.org/RStudio-0.97.551.dmg'
|
|
homepage 'http://www.rstudio.com/'
|
|
version '0.97.551'
|
|
sha1 '2a665fcb918f33422337c02eeb0f28ecf30467af'
|
|
link 'RStudio.app'
|
|
end
|