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.
 
 

21 lines
775 B

cask 'intellij-idea-eap' do
version '2017.1,171.3780.15'
sha256 '26071b76c684797a3720fbcec116c0616950ee0d42e762215ebe188c39de9277'
url "https://download-cf.jetbrains.com/idea/ideaIU-#{version.after_comma}.dmg"
name 'IntelliJ IDEA Ultimate EAP'
homepage "https://confluence.jetbrains.com/display/IDEADEV/IDEA+#{version.major_minor}+EAP"
auto_updates true
app 'IntelliJ IDEA.app'
uninstall delete: '/usr/local/bin/idea'
zap delete: [
"~/Library/Caches/IntelliJIdea#{version.major_minor}",
"~/Library/Logs/IntelliJIdea#{version.major_minor}",
"~/Library/Application Support/IntelliJIdea#{version.major_minor}",
"~/Library/Preferences/IntelliJIdea#{version.major_minor}",
]
end