mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
18 lines
551 B
Ruby
18 lines
551 B
Ruby
cask "multifirefox" do
|
|
version "2.3.3"
|
|
sha256 "da08ec6b31a928549783aefcd54664fcf26e107bf09bb1d5439e769a2273b537"
|
|
|
|
url "https://mff_sparkle.s3.amazonaws.com/MultiFirefox_#{version}.zip",
|
|
verified: "mff_sparkle.s3.amazonaws.com/"
|
|
name "MultiFirefox"
|
|
desc "Launcher utility to run multiple versions of Firefox side-by-side"
|
|
homepage "https://davemartorana.com/multifirefox/"
|
|
|
|
livecheck do
|
|
url "https://mff_sparkle.s3.amazonaws.com/MultiFirefoxAppcast#{version.major}.xml"
|
|
strategy :sparkle
|
|
end
|
|
|
|
app "MultiFirefox.app"
|
|
end
|