Files
homebrew-cask/Casks/m/multifirefox.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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