homebrew-cask/Casks/eloston-chromium.rb

20 lines
885 B
Ruby

cask 'eloston-chromium' do
version '68.0.3440.106-1'
sha256 'b64bf19e736f6af83df916179157ae0a5e45665917b0a36b0964b0ee5cffe720'
# github.com/tectiv3/ungoogled-chromium-binaries was verified as official when first introduced to the cask
url "https://github.com/tectiv3/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