homebrew-cask/Casks/multifirefox.rb

13 lines
463 B
Ruby

cask 'multifirefox' do
version '2.4.0'
sha256 '7b0cac19469d6a222b4254c0c6ef27cafe847ce89e1efb398d3637f1425645dc'
# mff_sparkle.s3.amazonaws.com/ was verified as official when first introduced to the cask
url "https://mff_sparkle.s3.amazonaws.com/MultiFirefox_#{version}.zip"
appcast 'https://mff_sparkle.s3.amazonaws.com/MultiFirefoxAppcast2.xml'
name 'MultiFirefox'
homepage 'https://davemartorana.com/multifirefox/'
app 'MultiFirefox.app'
end