You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
255 B
7 lines
255 B
class IntellijUltimate < Cask
|
|
url 'http://download.jetbrains.com/idea/ideaIU-12.1.2.dmg'
|
|
homepage 'https://www.jetbrains.com/idea/index.html'
|
|
version '12.1.2'
|
|
sha1 'd4ebf826f754085ec5467c3d7d0647f9f6796c6a'
|
|
link :app, 'IntelliJ IDEA 12.app'
|
|
end
|
|
|