homebrew-cask-versions/Casks/multifirefox.rb
2014-09-17 07:42:54 -04:00

10 lines
272 B
Ruby

class Multifirefox < Cask
version :latest
sha256 :no_check
url 'https://mff.s3.amazonaws.com/MFF2_latest.dmg'
appcast 'https://s3.amazonaws.com/mff_sparkle/MultiFirefoxAppcast2.xml'
homepage 'http://davemartorana.com/multifirefox'
app 'MultiFirefox.app'
end