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.
 
 

16 lines
516 B

cask 'charles-beta' do
version '3.11.3b4'
sha256 '130488d58c62f2f42d1e96ed6ea28e560d22517fe5982e49d33db65c0aa50cfe'
url "https://www.charlesproxy.com/assets/release/#{version.gsub(/b\d$/, '')}/charles-proxy-#{version}.dmg"
name 'Charles'
homepage 'https://www.charlesproxy.com/download/beta/'
license :commercial
app 'Charles.app'
zap :delete => [
'~/Library/Application Support/Charles',
'~/Library/Preferences/com.xk72.charles.config',
]
end