homebrew-cask/Casks/charles.rb

21 lines
673 B
Ruby

cask 'charles' do
version '4.2.8'
sha256 '091268247ce67ee98eec0fb5fd908f332494234666ad8e81a1be08a144d67b87'
url "https://www.charlesproxy.com/assets/release/#{version}/charles-proxy-#{version}.dmg"
appcast 'https://www.charlesproxy.com/latest.do'
name 'Charles'
homepage 'https://www.charlesproxy.com/'
app 'Charles.app'
uninstall quit: 'com.xk72.Charles'
zap trash: [
'~/Library/Application Support/Charles',
'~/Library/Preferences/com.xk72.Charles.plist',
'~/Library/Preferences/com.xk72.charles.config',
'~/Library/Saved Application State/com.xk72.Charles.savedState',
]
end