Browse Source

Upgrade to IntelliJ EAP 139.223.8 (14 RC3)

master
Alex Varju 10 years ago
parent
commit
025cd73edd
  1. 6
      Casks/intellij-idea-community-eap.rb
  2. 6
      Casks/intellij-idea-ultimate-eap.rb

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

@ -1,9 +1,9 @@
class IntellijIdeaCommunityEap < Cask
version '139.222.5'
sha256 '67435b03dc9fe08753823235c089e367d989ef62c61ee35e104cf036fbebe885'
version '139.223.8'
sha256 '4d0defb89f74288e9f26153b787f4a142504df01d83e96dfa749e01f791de57f'
url "http://download.jetbrains.com/idea/ideaIC-#{version}.dmg"
homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP'
app 'IntelliJ IDEA 14 CE EAP.app'
app 'IntelliJ IDEA 14 CE.app'
end

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

@ -1,10 +1,10 @@
class IntellijIdeaUltimateEap < Cask
version '139.222.5'
sha256 '172f9b8fd38a8062250b2fbde7f66e81d07cd43029842fe5080ac00bff8d65ee'
version '139.223.8'
sha256 '63c18d657fa03170aed825049d900aaf8a25618c4c4a1191c670face3216b48a'
url "http://download.jetbrains.com/idea/ideaIU-#{version}.dmg"
homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP'
license :commercial
app 'IntelliJ IDEA 14 EAP.app'
app 'IntelliJ IDEA 14.app'
end

Loading…
Cancel
Save