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.2613.13'
|
|
sha256 '2caf9ee3a19ff789a587e2239c72640ea445966eba0db334fde2dae9f7b7bd0a'
|
|
|
|
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
|
|
|