From df005d1ffdc52df98979803e3120ff424566e4b6 Mon Sep 17 00:00:00 2001 From: Michael Ford Date: Sun, 2 Jun 2013 00:15:51 +0800 Subject: [PATCH] IntellijCommunity 12.1.3 --- Casks/intellij-community.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/intellij-community.rb b/Casks/intellij-community.rb index abc5075f0..822201ba4 100644 --- a/Casks/intellij-community.rb +++ b/Casks/intellij-community.rb @@ -1,7 +1,7 @@ class IntellijCommunity < Cask - url 'http://download.jetbrains.com/idea/ideaIC-12.1.2.dmg' + url 'http://download.jetbrains.com/idea/ideaIC-12.1.3.dmg' homepage 'https://www.jetbrains.com/idea/index.html' - version '12.1.2' - sha1 '7bac0d241a608aecd41ef20cf577861d71cb81da' + version '12.1.3' + sha1 'f2af9c06b13620004c03317e46484d5ab275eb02' link 'IntelliJ IDEA 12 CE.app' end