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
691 B

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