Browse Source

Remove PhpStorm EAP Bundled JDK

master
Michael 9 years ago
parent
commit
1add85e33d
  1. 21
      Casks/phpstorm-eap-bundled-jdk.rb

21
Casks/phpstorm-eap-bundled-jdk.rb

@ -1,21 +0,0 @@
cask :v1 => 'phpstorm-eap-bundled-jdk' do
version '143.129'
sha256 '50ed6bf38c9a1fc7018cef5677da253c0eba5f0f24e47203cc613dfc42b4085d'
url "https://download.jetbrains.com/webide/PhpStorm-EAP-#{version}-custom-jdk-bundled.dmg"
name 'PhpStorm EAP'
homepage 'https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Early+Access+Program'
license :commercial
app 'PhpStorm EAP.app'
zap :delete => [
'~/Library/Application Support/WebIde90',
'~/Library/Caches/WebIde90',
'~/Library/Logs/WebIde90',
'~/Library/Preferences/WebIde90',
'~/Library/Preferences/com.jetbrains.PhpStorm-EAP.plist',
'~/.WebIde90',
]
end
Loading…
Cancel
Save