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
738 B

cask 'webstorm-eap' do
version '144.3891.13'
sha256 '66d2059c973e618b66cc086435f9a7d12f98aea90c8f8d9750556157af6f9f8b'
url "https://download.jetbrains.com/webstorm/WebStorm-EAP-#{version}.dmg"
name 'WebStorm'
homepage 'https://confluence.jetbrains.com/display/WI/WebStorm+EAP'
license :commercial
app 'WebStorm 12 EAP.app'
binary 'WebStorm 12 EAP.app/Contents/MacOS/webstorm'
zap delete: [
'~/.WebStorm12',
'~/Library/Preferences/com.jetbrains.webstorm.plist',
'~/Library/Preferences/WebStorm12',
'~/Library/Application Support/WebStorm12',
'~/Library/Caches/WebStorm12',
'~/Library/Logs/WebStorm12',
]
end