homebrew-cask/Casks/eloston-chromium.rb

20 lines
885 B
Ruby

cask 'eloston-chromium' do
version '72.0.3626.122-1'
sha256 '6be0a62a2921bb99e59445cf39d73aadb76a14123dbf127bf042aab1ebc75df1'
# 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