Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CLion RC v141.352.13 #10438

Merged
merged 1 commit into from
Apr 5, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions Casks/clion-rc.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
cask :v1 => 'clion-rc' do
version '141.352.13'
sha256 'e91cb72119470197a4f442e230c361ddcd92d6e66b28c8b3ab5e3a234e07262e'

url "http://download-cf.jetbrains.com/cpp/CLion-#{version}.dmg"
name 'CLion RC'
name 'CLion'
homepage 'http://www.jetbrains.com/clion/'
license :commercial

app 'CLion.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