You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
332 B
10 lines
332 B
class IntellijIdeaUltimateEap < Cask
|
|
version '139.144.2'
|
|
sha256 '49ef8ac753287031ae3ed604bbfd7a19e46359b318ac581db0a6100fb5ae0beb'
|
|
|
|
url "http://download.jetbrains.com/idea/ideaIU-#{version}.dmg"
|
|
homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP'
|
|
license :unknown
|
|
|
|
app 'IntelliJ IDEA 14 EAP.app'
|
|
end
|
|
|