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
305 B
10 lines
305 B
class IntellijIdeaUltimate12 < Cask
|
|
version '12.1.7'
|
|
sha256 '5fd6130f66e2a64a4083c77e4dc1efde153bee333ce729553f39d0b106508466'
|
|
|
|
url "http://download.jetbrains.com/idea/ideaIU-#{version}.dmg"
|
|
homepage 'https://www.jetbrains.com/idea/index.html'
|
|
license :unknown
|
|
|
|
app 'IntelliJ IDEA 12.app'
|
|
end
|
|
|