homebrew-cask/Casks/eloston-chromium.rb

20 lines
884 B
Ruby

cask 'eloston-chromium' do
version '71.0.3578.98-2'
sha256 'fdcfb50972235e7c73ec08fddd9324718da27bc34b4df905016ff1ccc6fe333d'
# 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}_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