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.
 
 

19 lines
557 B

cask :v1 => 'webstorm-eap' do
version '140.2167'
sha256 'd392bc679ee6c8b7d71e92af8cb46c4996f5541aa73cada84a3294c59e809cc8'
url "http://download-cf.jetbrains.com/webstorm/WebStorm-EAP-#{version}.dmg"
homepage 'https://confluence.jetbrains.com/display/WI/WebStorm+EAP'
license :commercial
app 'WebStorm 10 EAP.app'
postflight do
plist_set(':JVMOptions:JVMVersion', '1.6+')
end
zap :delete => [
'~/Library/Application Support/WebStorm10',
'~/Library/Preferences/WebStorm10',
]
end