homebrew-cask/Casks/charles.rb

21 lines
673 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'charles' do
2018-06-23 00:21:27 +08:00
version '4.2.6'
sha256 '164d21d1b5090cdf427e9985d4af8d1eef1c0ea733215121a18de886ffea299f'
url "https://www.charlesproxy.com/assets/release/#{version}/charles-proxy-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://www.charlesproxy.com/latest.do'
2015-03-25 11:05:30 +08:00
name 'Charles'
homepage 'https://www.charlesproxy.com/'
2014-09-16 00:05:22 +08:00
app 'Charles.app'
2014-11-22 22:24:18 +08:00
uninstall quit: 'com.xk72.Charles'
2017-11-18 17:49:19 +08:00
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',
]
2013-06-10 00:10:02 +08:00
end