Alex Varju
10 years ago
2 changed files with 6 additions and 6 deletions
@ -1,9 +1,9 @@ |
|||||
class IntellijIdeaCommunityEap < Cask |
class IntellijIdeaCommunityEap < Cask |
||||
version '139.222.5' |
version '139.223.8' |
||||
sha256 '67435b03dc9fe08753823235c089e367d989ef62c61ee35e104cf036fbebe885' |
sha256 '4d0defb89f74288e9f26153b787f4a142504df01d83e96dfa749e01f791de57f' |
||||
|
|
||||
url "http://download.jetbrains.com/idea/ideaIC-#{version}.dmg" |
url "http://download.jetbrains.com/idea/ideaIC-#{version}.dmg" |
||||
homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP' |
homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP' |
||||
|
|
||||
app 'IntelliJ IDEA 14 CE EAP.app' |
app 'IntelliJ IDEA 14 CE.app' |
||||
end |
end |
||||
|
@ -1,10 +1,10 @@ |
|||||
class IntellijIdeaUltimateEap < Cask |
class IntellijIdeaUltimateEap < Cask |
||||
version '139.222.5' |
version '139.223.8' |
||||
sha256 '172f9b8fd38a8062250b2fbde7f66e81d07cd43029842fe5080ac00bff8d65ee' |
sha256 '63c18d657fa03170aed825049d900aaf8a25618c4c4a1191c670face3216b48a' |
||||
|
|
||||
url "http://download.jetbrains.com/idea/ideaIU-#{version}.dmg" |
url "http://download.jetbrains.com/idea/ideaIU-#{version}.dmg" |
||||
homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP' |
homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP' |
||||
license :commercial |
license :commercial |
||||
|
|
||||
app 'IntelliJ IDEA 14 EAP.app' |
app 'IntelliJ IDEA 14.app' |
||||
end |
end |
||||
|
Loading…
Reference in new issue