Files
homebrew-cask/Casks/r/roonbridge.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

20 lines
389 B
Ruby

cask "roonbridge" do
version "1.0"
sha256 :no_check
url "https://download.roonlabs.net/builds/RoonBridge.dmg",
verified: "download.roonlabs.net/builds/"
name "Roon Bridge"
desc "Music player network extender"
homepage "https://roonlabs.com/"
livecheck do
url :url
strategy :extract_plist
end
app "RoonBridge.app"
zap trash: "~/Library/RoonBridge"
end