homebrew-cask/Casks/multifirefox.rb

12 lines
291 B
Ruby
Raw Normal View History

2014-02-14 01:39:25 +08:00
class Multifirefox < Cask
2014-09-17 19:42:54 +08:00
version :latest
sha256 :no_check
2014-06-18 23:11:05 +08:00
url 'https://mff.s3.amazonaws.com/MFF2_latest.dmg'
2014-05-14 21:40:01 +08:00
appcast 'https://s3.amazonaws.com/mff_sparkle/MultiFirefoxAppcast2.xml'
2014-02-14 01:39:25 +08:00
homepage 'http://davemartorana.com/multifirefox'
2014-10-01 23:33:26 +08:00
license :unknown
2014-09-16 00:05:59 +08:00
app 'MultiFirefox.app'
2014-02-14 01:39:25 +08:00
end