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