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.
17 lines
561 B
17 lines
561 B
cask :v1 => 'phpstorm-bundled-jdk' do
|
|
version '10.0'
|
|
sha256 '6651185b3dace3f9a89046573558cd9223729de2abe90821aa1c2eae146d9dc5'
|
|
|
|
url "https://download.jetbrains.com/webide/PhpStorm-#{version}-custom-jdk-bundled.dmg"
|
|
name 'PhpStorm'
|
|
homepage 'https://www.jetbrains.com/phpstorm/'
|
|
license :commercial
|
|
|
|
app 'PhpStorm.app'
|
|
|
|
zap :delete => [
|
|
'~/Library/Application Support/WebIde100',
|
|
'~/Library/Preferences/WebIde100',
|
|
'~/Library/Preferences/com.jetbrains.PhpStorm.plist',
|
|
]
|
|
end
|
|
|