homebrew-cask/Casks/intellij-community.rb

8 lines
253 B
Ruby
Raw Normal View History

class IntellijCommunity < Cask
2013-06-02 00:15:51 +08:00
url 'http://download.jetbrains.com/idea/ideaIC-12.1.3.dmg'
homepage 'https://www.jetbrains.com/idea/index.html'
2013-06-02 00:15:51 +08:00
version '12.1.3'
sha1 'f2af9c06b13620004c03317e46484d5ab275eb02'
2013-06-01 07:51:31 +08:00
link 'IntelliJ IDEA 12 CE.app'
end