homebrew-cask/Casks/eloston-chromium.rb

20 lines
876 B
Ruby

cask 'eloston-chromium' do
version '81.0.4044.113-1'
sha256 'ea4642e72e390038e471cd5f055b397077ac677c47e6729d99000e05d0a6dcce'
# 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://github.com/kramred/ungoogled-chromium-binaries/releases.atom'
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