homebrew-cask/Casks/multifirefox.rb

14 lines
548 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'multifirefox' do
2016-12-15 13:36:13 +08:00
version '2.3.3'
sha256 'da08ec6b31a928549783aefcd54664fcf26e107bf09bb1d5439e769a2273b537'
2016-02-02 00:33:29 +08:00
# amazonaws.com/mff_sparkle was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/mff_sparkle/MultiFirefox_#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://s3.amazonaws.com/mff_sparkle/MultiFirefoxAppcast2.xml',
checkpoint: 'fc4c1e122aa26f0f081158d044aa9dc51e70655b265682902e925f7c11782090'
2015-04-14 04:27:45 +08:00
name 'MultiFirefox'
homepage 'http://davemartorana.com/multifirefox/'
2014-09-16 00:05:59 +08:00
app 'MultiFirefox.app'
2014-02-14 01:39:25 +08:00
end