Vítor Galvão
12 years ago
2 changed files with 8 additions and 6 deletions
@ -1,6 +1,7 @@ |
|||
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' |
|||
version '12.0' |
|||
sha1 'de12b3c6d6a973e02f81d58ff4fc5fb3202e697c' |
|||
version '12.1.2' |
|||
sha1 '7bac0d241a608aecd41ef20cf577861d71cb81da' |
|||
link :app, 'IntelliJ IDEA 12 CE.app' |
|||
end |
|||
|
@ -1,6 +1,7 @@ |
|||
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' |
|||
version '12.0' |
|||
sha1 '5d3150ac7e5b2a4754f646f8560918bec3adcdeb' |
|||
version '12.1.2' |
|||
sha1 'd4ebf826f754085ec5467c3d7d0647f9f6796c6a' |
|||
link :app, 'IntelliJ IDEA 12.app' |
|||
end |
|||
|
Loading…
Reference in new issue