From 025cd73eddc4f62da87c78eaaeba405016aa3c42 Mon Sep 17 00:00:00 2001 From: Alex Varju Date: Fri, 31 Oct 2014 17:21:25 -0700 Subject: [PATCH] Upgrade to IntelliJ EAP 139.223.8 (14 RC3) --- Casks/intellij-idea-community-eap.rb | 6 +++--- Casks/intellij-idea-ultimate-eap.rb | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Casks/intellij-idea-community-eap.rb b/Casks/intellij-idea-community-eap.rb index 5095ac937..e069fcbb6 100644 --- a/Casks/intellij-idea-community-eap.rb +++ b/Casks/intellij-idea-community-eap.rb @@ -1,9 +1,9 @@ class IntellijIdeaCommunityEap < Cask - version '139.222.5' - sha256 '67435b03dc9fe08753823235c089e367d989ef62c61ee35e104cf036fbebe885' + version '139.223.8' + sha256 '4d0defb89f74288e9f26153b787f4a142504df01d83e96dfa749e01f791de57f' url "http://download.jetbrains.com/idea/ideaIC-#{version}.dmg" homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP' - app 'IntelliJ IDEA 14 CE EAP.app' + app 'IntelliJ IDEA 14 CE.app' end diff --git a/Casks/intellij-idea-ultimate-eap.rb b/Casks/intellij-idea-ultimate-eap.rb index 930ab1866..aff3ab8fc 100644 --- a/Casks/intellij-idea-ultimate-eap.rb +++ b/Casks/intellij-idea-ultimate-eap.rb @@ -1,10 +1,10 @@ class IntellijIdeaUltimateEap < Cask - version '139.222.5' - sha256 '172f9b8fd38a8062250b2fbde7f66e81d07cd43029842fe5080ac00bff8d65ee' + version '139.223.8' + sha256 '63c18d657fa03170aed825049d900aaf8a25618c4c4a1191c670face3216b48a' url "http://download.jetbrains.com/idea/ideaIU-#{version}.dmg" homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP' license :commercial - app 'IntelliJ IDEA 14 EAP.app' + app 'IntelliJ IDEA 14.app' end