You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
303 B
10 lines
303 B
class RstudioPreview < Cask
|
|
version '0.98.932'
|
|
sha256 'ca652a4afd70eeb6cc7d5a016312ba535f0a000f97deec6e2367503045666c1e'
|
|
|
|
url "https://s3.amazonaws.com/rstudio-dailybuilds/RStudio-#{version}.dmg"
|
|
homepage 'http://www.rstudio.com/ide/download/preview'
|
|
license :unknown
|
|
|
|
app 'RStudio.app'
|
|
end
|
|
|