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.
 
 

18 lines
578 B

cask 'intellij-idea-ce' do
version '15.0.3'
sha256 'ac1e22a512c40809373a0b896b2fa794a7d62563cba84984a8fd558561fdbcb2'
url "https://download.jetbrains.com/idea/ideaIC-#{version}-custom-jdk-bundled.dmg"
name 'IntelliJ IDEA Community Edition'
homepage 'https://www.jetbrains.com/idea/'
license :apache
app 'IntelliJ IDEA 15 CE.app'
zap delete: [
'~/Library/Application Support/IdeaIC15',
'~/Library/Preferences/IdeaIC15',
'~/Library/Caches/IdeaIC15',
'~/Library/Logs/IdeaIC15',
]
end