From 007926520c457ca2eced70b6919a78634d20be61 Mon Sep 17 00:00:00 2001 From: Beng Hee Eu Date: Wed, 22 Jan 2014 00:27:46 +0800 Subject: [PATCH] IntelliJ IDEA Community Edition 13.0.2 EAP 133.609 --- Casks/intellij-idea-community-eap.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/intellij-idea-community-eap.rb b/Casks/intellij-idea-community-eap.rb index e71675fc2..6da8cb195 100644 --- a/Casks/intellij-idea-community-eap.rb +++ b/Casks/intellij-idea-community-eap.rb @@ -1,7 +1,7 @@ class IntellijIdeaCommunityEap < Cask - url 'http://download.jetbrains.com/idea/ideaIC-133.471.dmg' + url 'http://download.jetbrains.com/idea/ideaIC-133.609.dmg' homepage 'https://www.jetbrains.com/idea/index.html' - version '133.471' - sha1 '6e57bc14ae15646c033b582d8df20632b9e9ece0' + version '133.609' + sha1 '0d1b7b2d2212119598073da85a48a1bcfe939f5d' link 'IntelliJ IDEA 13 CE EAP.app' end