anonfunc
12 years ago
2 changed files with 10 additions and 0 deletions
@ -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 |
@ -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…
Reference in new issue