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.
 
 

19 lines
593 B

cask 'clion-eap' do
version '163.9166.5'
sha256 'e59f30f8c06989fec5204f89d22ad3edbcbe5c34d71e87bbcd1a79802351c1dc'
url "https://download.jetbrains.com/cpp/CLion-#{version}.dmg"
name 'CLion EAP'
homepage 'https://confluence.jetbrains.com/display/CLION/Early+Access+Program'
conflicts_with cask: 'clion'
app 'CLion 2016.3.1 EAP.app'
zap delete: [
'~/Library/Preferences/CLion2016.3',
'~/Library/Application Support/CLion2016.3',
'~/Library/Caches/CLion2016.3',
'~/Library/Logs/CLion2016.3',
]
end