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.

20 lines
664 B

cask 'charles-beta' do
version '4.2b4'
sha256 'cdf7278182704e475a045292c3be5e7b3b9abb68a1b564ba2e51e6142533beb8'
url "https://www.charlesproxy.com/assets/release/#{version.gsub(%r{b\d$}, '')}/charles-proxy-#{version}.dmg"
name 'Charles'
homepage 'https://www.charlesproxy.com/download/beta/'
app 'Charles.app'
uninstall quit: 'com.xk72.Charles'
zap delete: '~/Library/Saved Application State/com.xk72.Charles.savedState',
trash: [
'~/Library/Application Support/Charles',
'~/Library/Preferences/com.xk72.Charles.plist',
'~/Library/Preferences/com.xk72.charles.config',
]
end