homebrew-cask/Casks/waterfox.rb

20 lines
819 B
Ruby

cask 'waterfox' do
version '2020.02'
sha256 '9c27aac645c269e765229adeeb48dcd298aab3b578709c70f3b9acdfdad07275'
# storage-waterfox.netdna-ssl.com/ was verified as official when first introduced to the cask
url "https://storage-waterfox.netdna-ssl.com/releases/osx64/installer/Waterfox%20Classic%20#{version}%20Setup.dmg"
appcast 'https://www.waterfox.net/releases/'
name 'Waterfox'
homepage 'https://www.waterfox.net/'
app 'Waterfox.app'
zap trash: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.mozilla.waterfox.sfl*',
'~/Library/Application Support/Waterfox',
'~/Library/Caches/Waterfox',
'~/Library/Preferences/org.waterfoxproject.waterfox.plist',
]
end