Files
homebrew-cask/Casks/m/mkchromecast.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

15 lines
470 B
Ruby

cask "mkchromecast" do
version "0.3.8.1"
sha256 "f5283c183c38213b87d740deaf3794e65823c12383c43f27560a5afad2b3b178"
url "https://github.com/muammar/mkchromecast/releases/download/#{version}/mkchromecast_v#{version}.dmg",
verified: "github.com/muammar/mkchromecast/"
name "mkchromecast"
desc "Tool to cast audio/video to Google Cast and Sonos Devices"
homepage "https://mkchromecast.com/"
depends_on cask: "soundflower"
app "mkchromecast.app"
end