cask 'charles-beta' do version '4.2b2' sha256 '9ad56d6ae1376a1d82c815a4f1802c6df1c9f37fc7803e47a9e92f5180d2f58b' 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