From 860096ceaace9627ab7aac7c0d2a1b0aa23b1d4a Mon Sep 17 00:00:00 2001 From: Alex Varju Date: Mon, 27 Oct 2014 21:45:59 -0700 Subject: [PATCH] Upgrade IntelliJ CE EAP to 14 RC1 (139.144.2) --- Casks/intellij-idea-community-eap.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Casks/intellij-idea-community-eap.rb b/Casks/intellij-idea-community-eap.rb index 3f6a65878..e59d2d37a 100644 --- a/Casks/intellij-idea-community-eap.rb +++ b/Casks/intellij-idea-community-eap.rb @@ -1,9 +1,9 @@ class IntellijIdeaCommunityEap < Cask - version '14' - sha256 'bcea58e2f59356e9b10e33d40adbcd7ec711bbd15c410d53f3a3695c517f2b67' + version '139.144.2' + sha256 '4f06f206d4e3435d0d2b2c803637db7645ab8c762fbdbd6038384971074e16b8' - url "http://download.jetbrains.com/idea/ideaIC-#{version}-PublicPreview.dmg" - homepage 'https://www.jetbrains.com/idea/index.html' + url "http://download.jetbrains.com/idea/ideaIC-#{version}.dmg" + homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP' - app "IntelliJ IDEA #{version} CE EAP.app" + app 'IntelliJ IDEA 14 CE EAP.app' end