cask 'alfred' do version '3.3.2_818' sha256 '3915387b8a194e5d67014f3167c739e969e0f9f8189195a03f99d03abff0c5fa' url "https://cachefly.alfredapp.com/Alfred_#{version}.zip" name 'Alfred' homepage 'https://www.alfredapp.com/' auto_updates true accessibility_access true app "Alfred #{version.major}.app" postflight do suppress_move_to_applications key: 'suppressMoveToApplications' end uninstall quit: 'com.runningwithcrayons.Alfred-3', login_item: 'Alfred 3' zap delete: [ '~/Library/Application Support/Alfred 3', '~/Library/Caches/com.runningwithcrayons.Alfred-3', '~/Library/Preferences/com.runningwithcrayons.Alfred-3.plist', '~/Library/Preferences/com.runningwithcrayons.Alfred-Preferences-3.plist', '~/Library/Saved Application State/com.runningwithcrayons.Alfred-Preferences-3.savedState', ] end