mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
251 B
Ruby
7 lines
251 B
Ruby
class Rubymine < Cask
|
|
url 'http://download-ln.jetbrains.com/ruby/RubyMine-6.0.3.dmg'
|
|
homepage 'http://www.jetbrains.com/ruby/'
|
|
version '6.0.3'
|
|
sha256 '8e17fc2bed79b7e0d35629c640b118fb34a57f1221b70902292feb86f7245036'
|
|
link 'RubyMine.app'
|
|
end
|