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
249 B
7 lines
249 B
class IntellijUltimate < Cask
|
|
url 'http://download.jetbrains.com/idea/ideaIU-12.1.4.dmg'
|
|
homepage 'https://www.jetbrains.com/idea/index.html'
|
|
version '12.1.4'
|
|
sha1 '778410c3cb9185d504e20723cc8332cf67596888'
|
|
link 'IntelliJ IDEA 12.app'
|
|
end
|
|
|