Browse Source

Merge pull request #273 from lukehorvat/patch-1

Update IntelliJ EAP releases to 135.863
master
Fernando Paredes 11 years ago
parent
commit
714ce79d18
  1. 6
      Casks/intellij-idea-community-eap.rb
  2. 6
      Casks/intellij-idea-ultimate-eap.rb

6
Casks/intellij-idea-community-eap.rb

@ -1,7 +1,7 @@
class IntellijIdeaCommunityEap < Cask
url 'http://download.jetbrains.com/idea/ideaIC-135.815.dmg'
url 'http://download.jetbrains.com/idea/ideaIC-135.863.dmg'
homepage 'https://www.jetbrains.com/idea/index.html'
version '135.815'
sha256 '2da97bd1ad08fdf46dca94fc87469a325198da9dce8b6e8f021bbe3bfcd20aed'
version '135.863'
sha256 '623aac77c3fea84ca6677d5777f7c1c72e3cd5b0ba680d3a465452767e78db89'
link 'IntelliJ IDEA 13 CE EAP.app'
end

6
Casks/intellij-idea-ultimate-eap.rb

@ -1,7 +1,7 @@
class IntellijIdeaUltimateEap < Cask
url 'http://download.jetbrains.com/idea/ideaIU-135.815.dmg'
url 'http://download.jetbrains.com/idea/ideaIU-135.863.dmg'
homepage 'https://www.jetbrains.com/idea/index.html'
version '135.815'
sha256 'e8ad6ffe1abd624df4b6977aa9810b2b066fea2276449f49153622dda7fd3d2a'
version '135.863'
sha256 '705cf3e68e2dcec8630adf0d9a0373d56898aad15a1d3614fe30d73bfdefc4ce'
link 'IntelliJ IDEA 13 EAP.app'
end

Loading…
Cancel
Save