homebrew-cask/Casks/rstudio.rb

15 lines
386 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'rstudio' do
2016-05-17 08:52:38 +08:00
version '0.99.902'
sha256 'c0a11f30ebdf4cacaaee450519d3f57fa9d67402594e5ab9c08d9000c2bed379'
2016-03-08 02:12:24 +08:00
# rstudio.org was verified as official when first introduced to the cask
2015-12-14 10:53:56 +08:00
url "https://download1.rstudio.org/RStudio-#{version}.dmg"
2015-01-06 10:20:38 +08:00
name 'RStudio'
homepage 'https://www.rstudio.com/'
license :affero
2014-09-16 00:06:15 +08:00
app 'RStudio.app'
2014-10-11 22:32:09 +08:00
zap delete: '~/.rstudio-desktop'
2013-05-09 03:18:56 +08:00
end