From f8e0b4e062511d5672a53433bbae7073207c37c3 Mon Sep 17 00:00:00 2001 From: andystanton Date: Thu, 17 Mar 2016 20:34:24 +0000 Subject: [PATCH] intellij-idea-ce 2016.1 --- Casks/intellij-idea-ce.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Casks/intellij-idea-ce.rb b/Casks/intellij-idea-ce.rb index fe0e6aa07..f99d29ee9 100644 --- a/Casks/intellij-idea-ce.rb +++ b/Casks/intellij-idea-ce.rb @@ -1,18 +1,18 @@ cask 'intellij-idea-ce' do - version '15.0.4' - sha256 'e81f4869670edf3dbc3cd9dc702cd6c36e2601486154f8137d57a869132af6ea' + version '2016.1' + sha256 '8f9b59770922ee9118d051a297db0ab6832e4650dca5bae6926be438da085577' - url "https://download.jetbrains.com/idea/ideaIC-#{version}-custom-jdk-bundled.dmg" + url "https://download.jetbrains.com/idea/ideaIC-#{version}.dmg" name 'IntelliJ IDEA Community Edition' homepage 'https://www.jetbrains.com/idea/' license :apache - app 'IntelliJ IDEA 15 CE.app' + app 'IntelliJ IDEA CE.app' zap delete: [ - '~/Library/Application Support/IdeaIC15', - '~/Library/Preferences/IdeaIC15', - '~/Library/Caches/IdeaIC15', - '~/Library/Logs/IdeaIC15', + '~/Library/Application Support/IdeaIC2016.1', + '~/Library/Preferences/IdeaIC2016.1', + '~/Library/Caches/IdeaIC2016.1', + '~/Library/Logs/IdeaIC2016.1', ] end