Tom Janson
9 years ago
committed by
Vítor Galvão
1 changed files with 20 additions and 8 deletions
@ -1,19 +1,31 @@ |
|||
cask 'intellij-idea-eap' do |
|||
version '145.970.4' |
|||
sha256 '663b9ed3d867ccecfcc40d559a56e8f4486ce95691106d690bf271d3f04f82dc' |
|||
version '2016.1.2' |
|||
sha256 '8e104524832891e9eb8c567a404f63038caa1f73e403811440e95f8b63164ecf' |
|||
|
|||
url "https://download.jetbrains.com/idea/ideaIU-#{version}.dmg" |
|||
name 'IntelliJ IDEA EAP' |
|||
name 'IntelliJ IDEA' |
|||
homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+2016.1+EAP' |
|||
license :commercial |
|||
|
|||
app 'IntelliJ IDEA.app' |
|||
|
|||
uninstall delete: '/usr/local/bin/idea' |
|||
|
|||
zap delete: [ |
|||
'~/Library/Preferences/com.jetbrains.intellij.plist', |
|||
'~/Library/Application Support/IntelliJIdea2016.1', |
|||
'~/Library/Preferences/IntelliJIdea2016.1', |
|||
'~/Library/Caches/IntelliJIdea2016.1', |
|||
'~/Library/Logs/IntelliJIdea2016.1', |
|||
"~/.IntelliJIdea#{version.major_minor}", |
|||
"~/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}", |
|||
# TODO: expand/glob for '~/Library/Preferences/jetbrains.intellij.*.plist', |
|||
] |
|||
|
|||
# remove this when this cask is updated to an EAP release |
|||
caveats <<-EOS.undent |
|||
There is currently no EAP preview release. Instead, the latest stable |
|||
version will be installed. |
|||
To receive future EAP releases via the IDE's built-in update system, go to |
|||
Preferences > Appearance & Behavior > System Settings > Updates |
|||
and select the Early Access Program channel. |
|||
EOS |
|||
end |
|||
|
Loading…
Reference in new issue