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
783 B
21 lines
783 B
cask 'phpstorm-eap' do
|
|
version '2017.1,171.2272.10'
|
|
sha256 '120e00349bdca5de3f7296af3fa7f3cced8bc3ba2990c0d146dae7dffb968b3f'
|
|
|
|
url "https://download.jetbrains.com/webide/PhpStorm-EAP-#{version.after_comma}.dmg"
|
|
name 'PhpStorm EAP'
|
|
homepage 'https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Early+Access+Program'
|
|
|
|
conflicts_with cask: 'phpstorm'
|
|
|
|
app "PhpStorm #{version.before_comma} EAP.app"
|
|
|
|
uninstall delete: '/usr/local/bin/pstorm'
|
|
|
|
zap delete: [
|
|
"~/Library/Application Support/PhpStorm#{version.major_minor}",
|
|
"~/Library/Caches/PhpStorm#{version.major_minor}",
|
|
"~/Library/Logs/PhpStorm#{version.major_minor}",
|
|
"~/Library/Preferences/PhpStorm#{version.major_minor}",
|
|
]
|
|
end
|
|
|