cask :v1 => 'pycharm-ce' do version '4.5.4' sha256 'b42161a213316ee6cc3c0fc95f2c8316ddbdda7e3b2d771aa9ae6b520d43d156' url "https://download.jetbrains.com/python/pycharm-community-#{version}.dmg" name 'PyCharm' name 'PyCharm Community Edition' name 'PyCharm CE' homepage 'https://www.jetbrains.com/pycharm' license :apache app 'PyCharm CE.app' caveats <<-EOS.undent #{token} requires Java 6 like any other IntelliJ-based IDE. You can install it with brew cask install caskroom/homebrew-versions/java6 The vendor (JetBrains) doesn't support newer versions of Java (yet) due to several critical issues, see details at https://intellij-support.jetbrains.com/entries/27854363 EOS end