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.
19 lines
706 B
19 lines
706 B
cask :v1 => 'intellij-idea-eap' do
|
|
version '142.4083.2'
|
|
sha256 '0455e1abaaf6fae1459d34e381394d0aac2089cf800343cdd221ed9c99618097'
|
|
|
|
url "https://download.jetbrains.com/idea/ideaIU-#{version}-custom-jdk-bundled.dmg"
|
|
name 'IntelliJ IDEA EAP'
|
|
homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+15+EAP'
|
|
license :commercial
|
|
|
|
app 'IntelliJ IDEA 15 EAP.app'
|
|
|
|
zap :delete => [
|
|
'~/Library/Preferences/com.jetbrains.intellij.plist',
|
|
'~/Library/Application Support/IntelliJIdea15',
|
|
'~/Library/Preferences/IntelliJIdea15',
|
|
'~/Library/Caches/IntelliJIdea15',
|
|
'~/Library/Logs/IntelliJIdea15',
|
|
]
|
|
end
|
|
|