cask 'brave' do version '0.19.95' sha256 '47669b0587818ef7d51955249baa327a734178447e666f60016fba9669377139' # github.com/brave/browser-laptop was verified as official when first introduced to the cask url "https://github.com/brave/browser-laptop/releases/download/v#{version}dev/Brave-#{version}.dmg" appcast 'https://github.com/brave/browser-laptop/releases.atom', checkpoint: 'ad2e1df4ce1ee62446e27c22e4fb82a731e1ba6156bc77a43d421ead985a8093' name 'Brave' homepage 'https://brave.com/' auto_updates true depends_on macos: '>= :mavericks' app 'Brave.app' zap trash: [ '~/Library/Application Support/brave', '~/Library/Preferences/com.electron.brave.plist', '~/Library/Saved Application State/com.electron.brave.savedState', ] end