Browse Source

Casks for IntelliJ IDEA Community and Ultimate.

anonfunc 12 years ago
parent
commit
fda289f355
  1. 5
      Casks/intellij-community.rb
  2. 5
      Casks/intellij-ultimate.rb

5
Casks/intellij-community.rb

@ -0,0 +1,5 @@
class IntellijCommunity < Cask
url 'http://download.jetbrains.com/idea/ideaIC-11.1.4.dmg'
homepage 'https://www.jetbrains.com/idea/index.html'
version '11.1.4'
end

5
Casks/intellij-ultimate.rb

@ -0,0 +1,5 @@
class IntellijUltimate < Cask
url 'http://download.jetbrains.com/idea/ideaIU-11.1.4.dmg'
homepage 'https://www.jetbrains.com/idea/index.html'
version '11.1.4'
end
Loading…
Cancel
Save