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.
22 lines
806 B
22 lines
806 B
cask 'intellij-idea-ce-eap' do
|
|
version '2016.3.1,163.9166.7'
|
|
sha256 'c8bb0c052ac95686e2957a7197fc5b5f62c3574a284ae3b8b54dcfe5df10b7f6'
|
|
|
|
url "https://download.jetbrains.com/idea/ideaIC-#{version.after_comma}.dmg"
|
|
name 'IntelliJ IDEA Community Edition EAP'
|
|
name 'IntelliJ IDEA CE EAP'
|
|
homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+2016.2+EAP'
|
|
|
|
auto_updates true
|
|
|
|
app "IntelliJ IDEA #{version.before_comma} CE EAP.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}",
|
|
]
|
|
end
|
|
|