homebrew-cask/Casks/waterfox.rb

19 lines
767 B
Ruby

cask 'waterfox' do
version '56.0.4'
sha256 'd2c481abad3cc1816200b9b1e2cb60377911fa4ab2deb0f5137ad87f528f357c'
# 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