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.
9 lines
301 B
9 lines
301 B
class IntellijIdeaUltimateEap < Cask
|
|
version '14-PublicPreview'
|
|
sha256 '4995c98608506c02348b4dfc0507a6a791c9db0ee555916edfe2fef9aa2dc85a'
|
|
|
|
url "http://download.jetbrains.com/idea/ideaIU-#{version}.dmg"
|
|
homepage 'https://www.jetbrains.com/idea/index.html'
|
|
|
|
app 'IntelliJ IDEA 14 EAP.app'
|
|
end
|
|
|