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.
16 lines
272 B
Ruby
16 lines
272 B
Ruby
cask "x-mirage" do
|
|
version "3.0.2"
|
|
sha256 :no_check
|
|
|
|
url "http://dl.x-mirage.com/x-mirage.dmg"
|
|
name "X-Mirage"
|
|
desc "AirPlay and Google Cast receiver"
|
|
homepage "https://www.x-mirage.com/x-mirage/"
|
|
|
|
app "X-Mirage.app"
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|