From e77bb5e0e8de8867caeb17ad57d90f6416bf3354 Mon Sep 17 00:00:00 2001 From: julien Date: Fri, 3 Oct 2014 10:04:38 +0200 Subject: [PATCH] updated Idea CE 14 EAP to build number 138.2458.8 Closes #454. --- Casks/intellij-idea-community-eap.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Casks/intellij-idea-community-eap.rb b/Casks/intellij-idea-community-eap.rb index 33353c30d..3f6a65878 100644 --- a/Casks/intellij-idea-community-eap.rb +++ b/Casks/intellij-idea-community-eap.rb @@ -1,10 +1,9 @@ class IntellijIdeaCommunityEap < Cask - version '138.2210.3' - sha256 'b92a8b3d7cc2e569d35f2548fd2151e75e97cca08613957767d86664194e50cd' + version '14' + sha256 'bcea58e2f59356e9b10e33d40adbcd7ec711bbd15c410d53f3a3695c517f2b67' - url "http://download.jetbrains.com/idea/ideaIC-#{version}.dmg" + url "http://download.jetbrains.com/idea/ideaIC-#{version}-PublicPreview.dmg" homepage 'https://www.jetbrains.com/idea/index.html' - license :unknown - app 'IntelliJ IDEA 14 CE EAP.app' + app "IntelliJ IDEA #{version} CE EAP.app" end