Browse Source

Copied original phpstorm-eap to phpstorm-eap-bundled-jdk because the link in normal phpstorm-eap is bundled with jdk and no non bundled version exists for phpstorm-eap like normal phpstorm

master
Aurimas Niekis 9 years ago
parent
commit
81ad429fe9
  1. 21
      Casks/phpstorm-eap-bundled-jdk.rb
  2. 4
      Casks/phpstorm-eap.rb

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

@ -0,0 +1,21 @@
cask :v1 => 'phpstorm-eap' do
version '142.4912'
sha256 '0a4138da08a4e1a25199f4a2ab90328c5c43c0c7a5ca861ac2af4db8f0bb485b'
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

4
Casks/phpstorm-eap.rb

@ -1,8 +1,8 @@
cask :v1 => 'phpstorm-eap' do
version '142.4912'
sha256 '0a4138da08a4e1a25199f4a2ab90328c5c43c0c7a5ca861ac2af4db8f0bb485b'
sha256 '399f96606592a33ecc7969853d824f04dba9fe36013d43e176e56570124b841d'
url "https://download.jetbrains.com/webide/PhpStorm-EAP-#{version}-custom-jdk-bundled.dmg"
url "http://download.jetbrains.com/webide/PhpStorm-EAP-#{version}.dmg"
name 'PhpStorm EAP'
homepage 'https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Early+Access+Program'
license :commercial

Loading…
Cancel
Save