diff --git a/Casks/intellij-ultimate.rb b/Casks/intellij-ultimate.rb index 78fe1ee37..2ab2e9067 100644 --- a/Casks/intellij-ultimate.rb +++ b/Casks/intellij-ultimate.rb @@ -1,7 +1,7 @@ class IntellijUltimate < Cask - url 'http://download.jetbrains.com/idea/ideaIU-12.1.3.dmg' + url 'http://download.jetbrains.com/idea/ideaIU-12.1.4.dmg' homepage 'https://www.jetbrains.com/idea/index.html' - version '12.1.3' - sha1 '645ca813ac9a08825e8a4b2ff4986fe6e2b057f9' + version '12.1.4' + sha1 '778410c3cb9185d504e20723cc8332cf67596888' link 'IntelliJ IDEA 12.app' end