Skip to content

Commit

Permalink
Merge pull request #10438 from denpatin/patch-2
Browse files Browse the repository at this point in the history
Add CLion RC v141.352.13
  • Loading branch information
vitorgalvao committed Apr 5, 2015
2 parents 94539a9 + bccbfc8 commit 6e4eb6b
Showing 1 changed file with 23 additions and 0 deletions.
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

0 comments on commit 6e4eb6b

Please sign in to comment.