Browse Source

Merge pull request #242 from nathankleyn/intellij-13-eap

Update IntelliJ EAP casks to version 135.760.
master
Vítor Galvão 11 years ago
parent
commit
3d6d209349
  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 class IntellijIdeaCommunityEap < Cask
url 'http://download.jetbrains.com/idea/ideaIC-133.609.dmg' url 'http://download.jetbrains.com/idea/ideaIC-135.760.dmg'
homepage 'https://www.jetbrains.com/idea/index.html' homepage 'https://www.jetbrains.com/idea/index.html'
version '133.609' version '135.760'
sha1 '0d1b7b2d2212119598073da85a48a1bcfe939f5d' sha1 'cdc1c29594586a13db32e6019df7594307812391'
link 'IntelliJ IDEA 13 CE EAP.app' link 'IntelliJ IDEA 13 CE EAP.app'
end end

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

@ -1,7 +1,7 @@
class IntellijIdeaUltimateEap < Cask class IntellijIdeaUltimateEap < Cask
url 'http://download.jetbrains.com/idea/ideaIU-133.609.dmg' url 'http://download.jetbrains.com/idea/ideaIU-135.760.dmg'
homepage 'https://www.jetbrains.com/idea/index.html' homepage 'https://www.jetbrains.com/idea/index.html'
version '133.609' version '135.760'
sha1 '7eaae62e9470cb194fdb395649613e630d665db4' sha1 '1fc2eb4ac9a4d221a7d025d03503aa986e934942'
link 'IntelliJ IDEA 13 EAP.app' link 'IntelliJ IDEA 13 EAP.app'
end end

Loading…
Cancel
Save