Peter Josling
9 years ago
1 changed files with 7 additions and 7 deletions
@ -1,20 +1,20 @@ |
|||||
cask 'intellij-idea-ce-eap' do |
cask 'intellij-idea-ce-eap' do |
||||
version '145.184.1' |
version '145.256.33' |
||||
sha256 '16f784e54965c4e7fcbaa5629f736f2aadb25bd4d9c8754ef1f2c0e502377f56' |
sha256 '447a5948b498097ffd4737a68d022962557ff607bfc37d990851360dd67344fc' |
||||
|
|
||||
url "https://download.jetbrains.com/idea/ideaIC-#{version}.dmg" |
url "https://download.jetbrains.com/idea/ideaIC-#{version}.dmg" |
||||
name 'IntelliJ IDEA EAP :: CE' |
name 'IntelliJ IDEA EAP :: CE' |
||||
homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+16+EAP' |
homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+16+EAP' |
||||
license :apache |
license :apache |
||||
|
|
||||
app 'IntelliJ IDEA 16 CE EAP.app' |
app 'IntelliJ IDEA 2016 CE EAP.app' |
||||
|
|
||||
zap delete: [ |
zap delete: [ |
||||
'~/Library/Application Support/IdeaIC16', |
'~/Library/Application Support/IdeaIC2016.1', |
||||
'~/Library/Caches/IdeaIC16', |
'~/Library/Caches/IdeaIC2016.1', |
||||
'~/Library/Logs/IdeaIC16', |
'~/Library/Logs/IdeaIC2016.1', |
||||
'~/Library/Preferences/com.jetbrains.intellij.ce.plist', |
'~/Library/Preferences/com.jetbrains.intellij.ce.plist', |
||||
'~/Library/Preferences/IdeaIC16', |
'~/Library/Preferences/IdeaIC2016.1', |
||||
'~/Library/Saved Application State/com.jetbrains.intellij.ce.savedState', |
'~/Library/Saved Application State/com.jetbrains.intellij.ce.savedState', |
||||
] |
] |
||||
end |
end |
||||
|
Loading…
Reference in new issue