homebrew-cask/Casks/waterfox.rb

21 lines
805 B
Ruby

cask 'waterfox' do
version '55.2.0'
sha256 '2996b69cd69c08e342ddbf547810960dc0707b4b44c866603ebf7f1f7f959909'
# 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%20#{version}%20Setup.dmg"
name 'Waterfox'
homepage 'https://www.waterfoxproject.org/'
app 'Waterfox.app'
zap delete: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.mozilla.waterfox.sfl',
'~/Library/Caches/Waterfox',
],
trash: [
'~/Library/Application Support/Waterfox',
'~/Library/Preferences/org.waterfoxproject.waterfox.plist',
]
end