1 cask "universal-media-server" do
2 arch arm: "arm", intel: "x86_64"
5 sha256 arm: "55f2beb5f9ad05a8fd2acdb22168972cdd84e7d55485e8f64326a4cb94565137",
6 intel: "491e987e7638527eb9569d6c9d81acdc4a849e73626ef8730d6ba6593c7a5b13"
8 url "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/#{version}/UMS-macOS-#{version}-#{arch}.dmg",
9 verified: "github.com/UniversalMediaServer/UniversalMediaServer/"
10 name "Universal Media Server"
11 desc "Media server supporting DLNA, UPnP and HTTP(S)"
12 homepage "https://www.universalmediaserver.com/"
16 strategy :github_latest
19 depends_on macos: ">= :catalina"
21 app "Universal Media Server.app"
23 zap trash: "~/Library/Application Support/UMS"