From 9c10c2f42709570b34dc1a4567d96bfed875002c Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Thu, 8 May 2014 10:01:06 -0400 Subject: [PATCH] update intellij-idea-community-eap to sha256 --- Casks/intellij-idea-community-eap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/intellij-idea-community-eap.rb b/Casks/intellij-idea-community-eap.rb index cfad85aaa..e6cd2ca4c 100644 --- a/Casks/intellij-idea-community-eap.rb +++ b/Casks/intellij-idea-community-eap.rb @@ -2,6 +2,6 @@ class IntellijIdeaCommunityEap < Cask url 'http://download.jetbrains.com/idea/ideaIC-135.760.dmg' homepage 'https://www.jetbrains.com/idea/index.html' version '135.760' - sha1 'cdc1c29594586a13db32e6019df7594307812391' + sha256 'c5d0fd68482ca319944d977cb46c721af4a114f056692347218241d31c06a77f' link 'IntelliJ IDEA 13 CE EAP.app' end