homebrew-cask/Casks/charles.rb

21 lines
673 B
Ruby

cask 'charles' do
version '4.5.6'
sha256 'c00a002476b7a453ff1585288781081f71a81daacf0e39fa362e733a65f7258c'
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