homebrew-cask/Casks/waterfox.rb

19 lines
767 B
Ruby

cask 'waterfox' do
version '56.1.0'
sha256 '385b5fb258ac21f1fef6650743dbb335d2a1b33be28d84b6aab4657e0e20e1d2'
# 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