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.
21 lines
774 B
21 lines
774 B
cask :v1 => 'webstorm-eap' do
|
|
version '142.4148'
|
|
sha256 'd6151549527cd82deb5ebb514df9d845bfd2692130c5495f2b39d76b06e6aafe'
|
|
|
|
url "http://download.jetbrains.com/webstorm/WebStorm-EAP-#{version}-custom-jdk-bundled.dmg"
|
|
name 'WebStorm'
|
|
homepage 'https://confluence.jetbrains.com/display/WI/WebStorm+11+EAP'
|
|
license :commercial
|
|
|
|
app 'WebStorm 11 EAP.app'
|
|
binary 'WebStorm.app/Contents/MacOS/webstorm'
|
|
|
|
zap :delete => [
|
|
'~/.WebStorm11',
|
|
'~/Library/Preferences/com.jetbrains.webstorm.plist',
|
|
'~/Library/Preferences/WebStorm11',
|
|
'~/Library/Application Support/WebStorm11',
|
|
'~/Library/Caches/WebStorm11',
|
|
'~/Library/Logs/WebStorm11',
|
|
]
|
|
end
|
|
|