cask 'firefox' do version '48.0.2' sha256 '9328b33d62a2e95ffd2cc04ca0271c5cf137bc9a09860c527e8608c6ec715445' url "https://ftp.mozilla.org/pub/firefox/releases/#{version}/mac/en-US/Firefox%20#{version}.dmg" appcast "https://aus5.mozilla.org/update/3/Firefox/#{version}/0/Darwin_x86_64-gcc3-u-i386-x86_64/en-US/release/Darwin%2015.3.0/default/default/update.xml?force=1", checkpoint: '9585e7dd7d365afd92f4514fc02f9ca4532ece60d44d04251426ecd1094bd6c5' name 'Mozilla Firefox' homepage 'https://www.mozilla.org/en-US/firefox/' license :mpl auto_updates true app 'Firefox.app' zap delete: [ '~/Library/Application Support/Firefox', '~/Library/Caches/Firefox', ] end