Skip to content

Instantly share code, notes, and snippets.

@junxy
Last active August 29, 2015 14:03
Show Gist options
  • Save junxy/a34a00d60c198898983e to your computer and use it in GitHub Desktop.
Save junxy/a34a00d60c198898983e to your computer and use it in GitHub Desktop.
class TestIntellijIdea < Cask
version '13.1.3'
sha256 'ae5239e0a5670dec88c39a5157103084d0ddd2c0b8d732d6af07764f0b98b624'
url 'http://dev-download.oceanwing.com/ideaIU-13.1.3.dmg'
homepage 'https://www.jetbrains.com/idea/index.html'
link 'IntelliJ IDEA 13.app'
caveats do
<<-EOS.undent
#{@cask} may require Java 7 (an older version) available from the
caskroom-versions repo via
brew cask install caskroom/versions/java7
Alternatively, #{@cask} can be modified to use Java 8 as described in
https://github.com/caskroom/homebrew-cask/issues/4500#issuecomment-43955932
EOS
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment