forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheloston-chromium.rb
19 lines (16 loc) · 886 Bytes
/
eloston-chromium.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
cask 'eloston-chromium' do
version '77.0.3865.90-1'
sha256 '234a5224886593d93b238557b1ee972bf5ac5a9195bedce6109f74056fcf4009'
# 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