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.
24 lines
873 B
24 lines
873 B
cask 'intellij-idea-ce' do
|
|
version '2016.3.2'
|
|
sha256 '9f60b27d78b15cd50abf73df48c15f1523f441f59307341281eacf21f53a8460'
|
|
|
|
url "https://download.jetbrains.com/idea/ideaIC-#{version}.dmg"
|
|
name 'IntelliJ IDEA Community Edition'
|
|
name 'IntelliJ IDEA CE'
|
|
homepage 'https://www.jetbrains.com/idea/'
|
|
|
|
auto_updates true
|
|
|
|
app 'IntelliJ IDEA CE.app'
|
|
|
|
uninstall delete: '/usr/local/bin/idea'
|
|
|
|
zap delete: [
|
|
"~/Library/Application Support/IdeaIC#{version.major_minor}",
|
|
"~/Library/Preferences/IdeaIC#{version.major_minor}",
|
|
"~/Library/Caches/IdeaIC#{version.major_minor}",
|
|
"~/Library/Logs/IdeaIC#{version.major_minor}",
|
|
'~/Library/Preferences/com.jetbrains.intellij.ce.plist',
|
|
'~/Library/Saved Application State/com.jetbrains.intellij.ce.savedState',
|
|
]
|
|
end
|
|
|