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
666 B
19 lines
666 B
cask 'charles-beta' do
|
|
version '4.2.1b1'
|
|
sha256 '62ea7e42ead71e43428e3ee1914d8cc91d4c540c9d2a2404dc1a4cf7eccdec51'
|
|
|
|
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
|
|
|