homebrew-cask/Casks/charles.rb

22 lines
765 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'charles' do
2017-09-30 17:07:28 +08:00
version '4.2'
sha256 '60f74649848c69673071eb7cb83b941f5fa9a6e29b762a17c69af0597f22e1bf'
url "https://www.charlesproxy.com/assets/release/#{version}/charles-proxy-#{version}.dmg"
appcast 'https://www.charlesproxy.com/latest.do',
2017-09-30 17:07:28 +08:00
checkpoint: 'c84057e14bca4c902bb887688cbb3bec69461b864a5d804b8e1e4e06d3bba148'
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'
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',
]
2013-06-10 00:10:02 +08:00
end