cask 'brave' do version '0.25.2' sha256 '3d37ffd33a75d7d125f70611c0dab5ca49f283ce7282aede4608750627f410ac' # 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' 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