From 1fd5e11dbb5cb0ca3a848fb532b6131096143b55 Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Wed, 29 Oct 2014 01:59:00 -0300 Subject: [PATCH] Update IntelliJ IDEA Ultimate EAP to 139.222.5 --- Casks/intellij-idea-ultimate-eap.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/intellij-idea-ultimate-eap.rb b/Casks/intellij-idea-ultimate-eap.rb index 6a780c5a0..930ab1866 100644 --- a/Casks/intellij-idea-ultimate-eap.rb +++ b/Casks/intellij-idea-ultimate-eap.rb @@ -1,10 +1,10 @@ class IntellijIdeaUltimateEap < Cask - version '139.144.2' - sha256 '49ef8ac753287031ae3ed604bbfd7a19e46359b318ac581db0a6100fb5ae0beb' + version '139.222.5' + sha256 '172f9b8fd38a8062250b2fbde7f66e81d07cd43029842fe5080ac00bff8d65ee' url "http://download.jetbrains.com/idea/ideaIU-#{version}.dmg" homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP' - license :unknown + license :commercial app 'IntelliJ IDEA 14 EAP.app' end