2 changed files with 8 additions and 6 deletions
@ -1,6 +1,7 @@ |
|||||
class IntellijCommunity < Cask |
class IntellijCommunity < Cask |
||||
url 'http://download.jetbrains.com/idea/ideaIC-12.0.dmg' |
url 'http://download.jetbrains.com/idea/ideaIC-12.1.2.dmg' |
||||
homepage 'https://www.jetbrains.com/idea/index.html' |
homepage 'https://www.jetbrains.com/idea/index.html' |
||||
version '12.0' |
version '12.1.2' |
||||
sha1 'de12b3c6d6a973e02f81d58ff4fc5fb3202e697c' |
sha1 '7bac0d241a608aecd41ef20cf577861d71cb81da' |
||||
|
link :app, 'IntelliJ IDEA 12 CE.app' |
||||
end |
end |
||||
|
@ -1,6 +1,7 @@ |
|||||
class IntellijUltimate < Cask |
class IntellijUltimate < Cask |
||||
url 'http://download.jetbrains.com/idea/ideaIU-12.0.dmg' |
url 'http://download.jetbrains.com/idea/ideaIU-12.1.2.dmg' |
||||
homepage 'https://www.jetbrains.com/idea/index.html' |
homepage 'https://www.jetbrains.com/idea/index.html' |
||||
version '12.0' |
version '12.1.2' |
||||
sha1 '5d3150ac7e5b2a4754f646f8560918bec3adcdeb' |
sha1 'd4ebf826f754085ec5467c3d7d0647f9f6796c6a' |
||||
|
link :app, 'IntelliJ IDEA 12.app' |
||||
end |
end |
||||
|
Loading…
Reference in new issue