Browse Source
+ Cask for community edition * Ultimate edition updated to 133.162 * Ultimate edition cask renamed to include full product namemaster
Pavel Sakun
11 years ago
3 changed files with 14 additions and 7 deletions
@ -1,7 +0,0 @@ |
|||
class IntellijEap < Cask |
|||
url 'http://download.jetbrains.com/idea/ideaIU-133.79.dmg' |
|||
homepage 'https://www.jetbrains.com/idea/index.html' |
|||
version '133.79' |
|||
sha1 '5823b2b12f0e225b8ca6db1f3fac1636a8811715' |
|||
link 'IntelliJ IDEA 13 EAP.app' |
|||
end |
@ -0,0 +1,7 @@ |
|||
class IntellijIdeaCommunityEap < Cask |
|||
url 'http://download.jetbrains.com/idea/ideaIC-133.162.dmg' |
|||
homepage 'https://www.jetbrains.com/idea/index.html' |
|||
version '133.162' |
|||
sha1 'e832a40f8162b94d0814fce75f36a58bb1b5e54f' |
|||
link 'IntelliJ IDEA 13 CE.app' |
|||
end |
@ -0,0 +1,7 @@ |
|||
class IntellijIdeaUltimateEap < Cask |
|||
url 'http://download.jetbrains.com/idea/ideaIU-133.162.dmg' |
|||
homepage 'https://www.jetbrains.com/idea/index.html' |
|||
version '133.162' |
|||
sha1 'c5f1e3781401084169ee5b70b3feddf53375b9fa' |
|||
link 'IntelliJ IDEA 13.app' |
|||
end |
Loading…
Reference in new issue