homebrew-cask/Casks/eloston-chromium.rb

20 lines
887 B
Ruby

cask 'eloston-chromium' do
version '76.0.3809.132-1'
sha256 '715817f9571783dbb4ee4821f487ebde5cdcc28d33cf8ec549ce475ef0c3b20e'
# 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