cask :v1 => 'intellij-idea-ce-eap' do version '143.379.11' sha256 'c44f2700b84b7f2fd62a01b64c77d53878bdde029687be72f6ed988de5a5bc10' url "https://download.jetbrains.com/idea/ideaIC-#{version}-custom-jdk-bundled.dmg" name 'IntelliJ IDEA EAP :: CE' homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+15+EAP' license :apache app 'IntelliJ IDEA 15 CE EAP.app' zap :delete => [ '~/Library/Preferences/com.jetbrains.intellij.plist', '~/Library/Application Support/IdeaIC15', '~/Library/Preferences/IdeaIC15', '~/Library/Caches/IdeaIC15', '~/Library/Logs/IdeaIC15', ] end