1 cask "universal-media-server" do
5 sha256 arm: "d88733f0281526e7002f37858050c9d3610f08bda8d51084bf71673702a42a96",
6 intel: "041a130ed8426b262c1121b3a4be4b0bcc583e4510a50ea0f1f9a43e6e184c26"
8 url "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/#{version}/UMS-#{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"