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.
22 lines
704 B
22 lines
704 B
cask 'phpstorm-eap' do
|
|
version '163.3983.3'
|
|
sha256 '84c6b23ab3a2264e6aa8fc336be5b0a06f1cd49ebf01ae647d5deacfb2b62f28'
|
|
|
|
url "https://download.jetbrains.com/webide/PhpStorm-EAP-#{version}.dmg"
|
|
name 'PhpStorm EAP'
|
|
homepage 'https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Early+Access+Program'
|
|
license :commercial
|
|
|
|
conflicts_with cask: 'phpstorm'
|
|
|
|
app 'PhpStorm 2016.3 EAP.app'
|
|
|
|
uninstall delete: '/usr/local/bin/pstorm'
|
|
|
|
zap delete: [
|
|
'~/Library/Preferences/PhpStorm2016.2',
|
|
'~/Library/Caches/PhpStorm2016.2',
|
|
'~/Library/Logs/PhpStorm2016.2',
|
|
'~/Library/Application Support/PhpStorm2016.2',
|
|
]
|
|
end
|
|
|