mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-20 06:16:57 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
238 B
Ruby
7 lines
238 B
Ruby
class Rstudio < Cask
|
|
url 'http://download1.rstudio.org/RStudio-0.98.501.dmg'
|
|
homepage 'http://www.rstudio.com/'
|
|
version '0.98.501'
|
|
sha256 '26cb3059c9f40d85856c103a3a34331d31a1e099b72c2bbee2319a4e39f82f35'
|
|
link 'RStudio.app'
|
|
end
|