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
660 B
19 lines
660 B
cask 'charles-beta' do
|
|
version '4.3b2'
|
|
sha256 '76d37b0785f2ddb420f610726c22ab13f2467d3dc86b3605c6712dfa4c44977a'
|
|
|
|
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 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
|
|
|