mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
274 B
Ruby
10 lines
274 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'
|
|
|
|
link 'MultiFirefox.app'
|
|
end
|