You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

23 lines
711 B

cask :v1 => '0xdbe-eap' do
version '142.5238.1'
sha256 '81c900b09fa95a66ab56aeb486a06404c3b5691bcd41f0bc2b40c4aed0bfcc8e'
url "https://download.jetbrains.com/dbe/0xdbe-#{version}.dmg"
name '0xDBE EAP'
name '0xDBE'
homepage 'https://confluence.jetbrains.com/display/DBE/0xDBE+1.0+EAP'
license :commercial
app '0xDBE EAP.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