mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
256 B
Ruby
7 lines
256 B
Ruby
class Webstorm < Cask
|
|
url 'http://download.jetbrains.com/webstorm/WebStorm-8.0.2.dmg'
|
|
homepage 'http://www.jetbrains.com/webstorm/'
|
|
version '8.0.2'
|
|
sha256 '4ba90cec20a7b115f840adc26892d76e71e049a65570af9fa5d0f54ba7caa9f8'
|
|
link 'WebStorm.app'
|
|
end
|