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