-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10438 from denpatin/patch-2
Add CLion RC v141.352.13
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |