diff --git a/Casks/intellij-idea-ultimate-eap.rb b/Casks/intellij-idea-ultimate-eap.rb index c0d42aa2d..2b8d1bf56 100644 --- a/Casks/intellij-idea-ultimate-eap.rb +++ b/Casks/intellij-idea-ultimate-eap.rb @@ -1,7 +1,7 @@ class IntellijIdeaUltimateEap < Cask - url 'http://download.jetbrains.com/idea/ideaIU-133.471.dmg' + url 'http://download.jetbrains.com/idea/ideaIU-133.609.dmg' homepage 'https://www.jetbrains.com/idea/index.html' - version '133.471' - sha1 'eb5e2fc99ddb79430f9d51e13d2249ded339b92a' + version '133.609' + sha1 '7eaae62e9470cb194fdb395649613e630d665db4' link 'IntelliJ IDEA 13 EAP.app' end