cask 'eloston-chromium' do version '75.0.3770.90-1' sha256 'cb738a2e5c3228da15432d9b2fb1521773be1a4eb07c68bffc1d634e0120b192' # github.com/kramred/ungoogled-chromium-binaries was verified as official when first introduced to the cask url "https://github.com/kramred/ungoogled-chromium-binaries/releases/download/#{version}/ungoogled-chromium_#{version}.1_macos.dmg" appcast 'https://ungoogled-software.github.io/ungoogled-chromium-binaries/releases/macos/' name 'Ungoogled Chromium' homepage 'https://ungoogled-software.github.io/ungoogled-chromium-binaries/' app 'Chromium.app' zap trash: [ '~/Library/Preferences/org.chromium.Chromium.plist', '~/Library/Caches/Chromium', '~/Library/Application Support/Chromium', '~/Library/Saved Application State/org.chromium.Chromium.savedState', ] end