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

cask 'webstorm-eap' do
version 'EAP,163.6957.17'
sha256 '48fa7c3b4cf721cf38e787a6e4e90705004c51839a72010ca849bc7534464144'
url "https://download.jetbrains.com/webstorm/WebStorm-#{version.before_comma}-#{version.after_comma}.dmg"
name 'WebStorm EAP'
homepage 'https://confluence.jetbrains.com/display/WI/WebStorm+EAP'
conflicts_with cask: 'webstorm'
app 'WebStorm 2016.3 EAP.app'
uninstall delete: '/usr/local/bin/wstorm'
zap delete: [
"~/Library/Preferences/WebStorm#{version.before_comma}",
"~/Library/Application Support/WebStorm#{version.before_comma}",
"~/Library/Caches/WebStorm#{version.before_comma}",
"~/Library/Logs/WebStorm#{version.before_comma}",
]
end