Browse Source

Merge pull request #272 from lukehorvat/patch-1

Update IntelliJ EAP releases to 135.815
master
Vítor Galvão 11 years ago
parent
commit
7f289be0e8
  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.760.dmg'
url 'http://download.jetbrains.com/idea/ideaIC-135.815.dmg'
homepage 'https://www.jetbrains.com/idea/index.html'
version '135.760'
sha256 'c5d0fd68482ca319944d977cb46c721af4a114f056692347218241d31c06a77f'
version '135.815'
sha256 '2da97bd1ad08fdf46dca94fc87469a325198da9dce8b6e8f021bbe3bfcd20aed'
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.760.dmg'
url 'http://download.jetbrains.com/idea/ideaIU-135.815.dmg'
homepage 'https://www.jetbrains.com/idea/index.html'
version '135.760'
sha256 'deca5beb103a146c5c3c4c1c8c9709b44a0cc237028f668ab6a6b3ca147e8878'
version '135.815'
sha256 'e8ad6ffe1abd624df4b6977aa9810b2b066fea2276449f49153622dda7fd3d2a'
link 'IntelliJ IDEA 13 EAP.app'
end

Loading…
Cancel
Save