homebrew-cask/Casks/waterfox.rb

19 lines
767 B
Ruby

cask 'waterfox' do
version '56.0.1'
sha256 'd866debae8e9df3527582186a9ee9c7f602458348b8082e850ec6bf6e8bd13e3'
# 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 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