cask 'clashx' do version '1.17.1' sha256 'b18a5b73b3955ef04aa9cb6650d4adca4ba15c25d9a031db1ed686a4b91c620c' url "https://github.com/yichengchen/clashX/releases/download/#{version}/ClashX.dmg" appcast 'https://github.com/yichengchen/clashX/releases.atom' name 'ClashX' homepage 'https://github.com/yichengchen/clashX' auto_updates true depends_on macos: '>= :sierra' app 'ClashX.app' zap trash: [ '~/Library/Preferences/com.west2online.ClashX.plist', '~/Library/Logs/ClashX', '~/.config/clash/', ] end