homebrew-cask-versions/Casks/webstorm.rb
Ingo Richter d552f6143d Update Webstorm to v10.0.0
Updated the version number to v10.0.0 and the sha to match the dmg
2015-03-31 13:20:46 -07:00

22 lines
675 B
Ruby

cask :v1 => 'webstorm' do
version '10.0.0'
sha256 '2cc611536f4c40708844341727bc64a347a2631f7b7713bf41df98fa245fd452'
url "http://download-cf.jetbrains.com/webstorm/WebStorm-#{version}.dmg"
name 'WebStorm'
homepage 'http://www.jetbrains.com/webstorm/'
license :commercial
app 'WebStorm.app'
caveats <<-EOS.undent
#{token} requires Java 6 like any other IntelliJ-based IDE.
You can install it with
brew cask install caskroom/homebrew-versions/java6
The vendor (JetBrains) doesn't support newer versions of Java (yet)
due to several critical issues, see details at
https://intellij-support.jetbrains.com/entries/27854363
EOS
end