Browse Source

Updates for jetbrains idea EAP

+ Cask for community edition
* Ultimate edition updated to 133.162
* Ultimate edition cask renamed to include full product name
master
Pavel Sakun 11 years ago
parent
commit
feb73638ee
  1. 7
      Casks/intellij-eap.rb
  2. 7
      Casks/intellij-idea-community-eap.rb
  3. 7
      Casks/intellij-idea-ultimate-eap.rb

7
Casks/intellij-eap.rb

@ -1,7 +0,0 @@
class IntellijEap < Cask
url 'http://download.jetbrains.com/idea/ideaIU-133.79.dmg'
homepage 'https://www.jetbrains.com/idea/index.html'
version '133.79'
sha1 '5823b2b12f0e225b8ca6db1f3fac1636a8811715'
link 'IntelliJ IDEA 13 EAP.app'
end

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

@ -0,0 +1,7 @@
class IntellijIdeaCommunityEap < Cask
url 'http://download.jetbrains.com/idea/ideaIC-133.162.dmg'
homepage 'https://www.jetbrains.com/idea/index.html'
version '133.162'
sha1 'e832a40f8162b94d0814fce75f36a58bb1b5e54f'
link 'IntelliJ IDEA 13 CE.app'
end

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

@ -0,0 +1,7 @@
class IntellijIdeaUltimateEap < Cask
url 'http://download.jetbrains.com/idea/ideaIU-133.162.dmg'
homepage 'https://www.jetbrains.com/idea/index.html'
version '133.162'
sha1 'c5f1e3781401084169ee5b70b3feddf53375b9fa'
link 'IntelliJ IDEA 13.app'
end
Loading…
Cancel
Save